|
ServiceStatusCheckPoint Field |
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.
Namespace: Xcalibur.NativeMethods.V2.ServicesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax Public CheckPoint As UInteger
public:
unsigned int CheckPoint
val mutable CheckPoint: uint32
Field Value
UInt32See Also