Click or drag to resize
Xcalibur Systems LLC Logo

ServiceStatus Fields

The ServiceStatus type exposes the following members.

Fields
 NameDescription
Public fieldCheckPoint 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.
Public fieldControlsAccepted The control codes the service accepts and processes in its handler function (see Handler and HandlerEx).
Public fieldCurrentState The current state of the service related to .
Public fieldServiceSpecificExitCode The service-specific error code that the service returns when an error occurs while the service is starting or stopping.
Public fieldServiceType The type of service related to .
Public fieldWaitHint The wait hint
Public fieldWin32ExitCode The error code that the service uses to report an error that occurs when it is starting or stopping.
Top
See Also