2 references to Stopped
System.ServiceProcess.ServiceController (2)
System\ServiceProcess\ServiceController.cs (2)
949
if (currentDependent.Status != ServiceControllerStatus.
Stopped
)
952
currentDependent.WaitForStatus(ServiceControllerStatus.
Stopped
, new TimeSpan(0, 0, 30));