| DiaGlobWrapperCommonSystemState Enumeration |
diaGlobWrapper Help
Enumerator constant to return the running state of the Dialogic system service
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
SyntaxPublic Enumeration SystemState
public enum class SystemState
Members|
| Member name | Value | Description |
|---|
| SYSTEM_START_PENDING | 1 | The service is pending start |
| SYSTEM_STOP_PENDING | 2 | The service is pending stop |
| SYSTEM_STOPPED | 3 | The service is is stopped |
| SYSTEM_RUNNING | 4 | The service is running |
| SYSTEM_HALTED | 5 | The service is is halted |
| SYSTEM_STATE_UNDEFINED | 6 | The service is state is undefined |
See Also