TCnServiceController.WaitForStatus(TServiceControllerStatus,_TimeSpan) Method

Waits for the service to reach the specified status or for the specified time-out to expire.

Namespace: CNClrLib.Component.ServiceController
public
 procedure WaitForStatus(DesiredStatus: TServiceControllerStatus; Timeout: _TimeSpan); overload;

Parameters

DesiredStatus
Type: System.Void

The status to wait for.

Timeout
Type: System.Void

A TimeSpan object specifying the amount of time to wait for the service to reach the specified status.

Use WaitForStatus to suspend an application's processing until the service has reached the required status.

Note

The WaitForStatus method waits approximately 250 milliseconds between each status check. WaitForStatus cannot detect the case of the observed service changing to the desiredStatus and then immediately to another status in that interval.