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 = 5The service was continue pending.
PausePending = 6The service was pause pending.
Paused = 7The service was paused.
Running = 4The service was running.
StartPending = 2The service was pending a start.
StopPending = 3The service was stopping.
Stopped = 1The service was stopped.
Unknown = 0The service state is unknown.