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

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.

HasFlag
Determines whether one or more bit fields are set in the current instance.

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