In The Hand - .NET Components for Mobility
ServiceControllerStatus Enumeration
NamespacesInTheHand.ServiceProcessServiceControllerStatus
Indicates the current state of the service.
Declaration Syntax
C#Visual Basic
public enum ServiceControllerStatus
Public Enumeration ServiceControllerStatus
Members
MemberDescription
Stopped
The service is turned off.

Running
The service is turned on.

StartPending
The service is in the process of starting up.

StopPending
The service is in the process of shutting down.

Unloading
The service is in the process of unloading.

Uninitialized
The service is not uninitialized.

Unknown
The state of the service is unknown.

Assembly: InTheHand.ServiceProcess (Module: InTheHand.ServiceProcess) Version: 1.0.50819.0