SERVICE_STATE Enumeration |
The current state of a Windows service.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum SERVICE_STATE
Members
| Member name | Value | Description |
---|
| SERVICE_STOPPED | 1 |
The service is not running.
|
| SERVICE_START_PENDING | 2 |
The service is starting.
|
| SERVICE_STOP_PENDING | 3 |
The service is stopping.
|
| SERVICE_RUNNING | 4 |
The service is running.
|
| SERVICE_CONTINUE_PENDING | 5 |
The service continue is pending.
|
| SERVICE_PAUSE_PENDING | 6 |
The service pause is pending.
|
| SERVICE_PAUSED | 7 |
The service is paused.
|
See Also