Enum WindowsServiceState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a Windows service at the time of the scan.
public enum WindowsServiceState
Fields
ContinuePending = 5
The service was continue pending.
PausePending = 6
The service was pause pending.
Paused = 7
The service was paused.
Running = 4
The service was running.
StartPending = 2
The service was pending a start.
StopPending = 3
The service was stopping.
Stopped = 1
The service was stopped.
Unknown = 0
The service state is unknown.