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

C#
public enum SystemState
Visual Basic (Declaration)
Public Enumeration SystemState
Visual C++
public enum class SystemState

Members

Member nameDescription
SYSTEM_STATE_UNDEFINED
The service is state is undefined
SYSTEM_HALTED
The service is is halted
SYSTEM_RUNNING
The service is running
SYSTEM_STOPPED
The service is is stopped
SYSTEM_STOP_PENDING
The service is pending stop
SYSTEM_START_PENDING
The service is pending start

See Also