Enum ServiceState
Possible service states.
public enum ServiceState
Fields
NotInstalled = 1Running = 3Starting = 4Stopped = 2Stopping = 5Unknown = 0
Possible service states.
public enum ServiceState
NotInstalled = 1Running = 3Starting = 4Stopped = 2Stopping = 5Unknown = 0