Click or drag to resize
DiaGlobWrapperCommonSystemState Enumeration
diaGlobWrapper Help
Enumerator constant to return the running state of the Dialogic system service

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public enum SystemState
Members
  Member nameValueDescription
SYSTEM_START_PENDING1The service is pending start
SYSTEM_STOP_PENDING2The service is pending stop
SYSTEM_STOPPED3The service is is stopped
SYSTEM_RUNNING4The service is running
SYSTEM_HALTED5The service is is halted
SYSTEM_STATE_UNDEFINED6The service is state is undefined
See Also