Service |
The ServiceStatus type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType) | |
GetHashCode | (Inherited from ValueType) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from ValueType) |
Name | Description | |
---|---|---|
CheckPoint | The check-point value that the service increments periodically to report its progress during a lengthy start, stop, pause, or continue operation. For example, the service should increment this value as it completes each step of its initialization when it is starting up. The user interface program that invoked the operation on the service uses this value to track the progress of the service during a lengthy operation. This value is not valid and should be zero when the service does not have a start, stop, pause, or continue operation pending. | |
ControlsAccepted | The control codes the service accepts and processes in its handler function (see Handler and HandlerEx). | |
CurrentState | The current state of the service related to . | |
ServiceSpecificExitCode | The service-specific error code that the service returns when an error occurs while the service is starting or stopping. | |
ServiceType | The type of service related to . | |
WaitHint | The wait hint | |
Win32ExitCode | The error code that the service uses to report an error that occurs when it is starting or stopping. |