Module session_state

Module session_state 

Expand description

Session state constants for NewStateEvent

These match the C++ Engine::Session::State enum values.

Constantsยง

CORRECTLY_TERMINATED
The session has been correctly terminated
ESTABLISHED
The session is fully established
INITIAL
The session has been created, but has not been connected yet
NON_GRACEFULLY_TERMINATED
The session has been non-gracefully terminated
RECONNECT
The session-initiator is trying to re-establish the link
SWITCH_CONNECTION
Switching to another connection (backup or primary)
WAIT_FOR_CONFIRM_LOGON
Waiting for confirming Logon message (initiator)
WAIT_FOR_CONFIRM_LOGOUT
Waiting for confirm logout
WAIT_FOR_CONNECT
Waiting for async connect to complete
WAIT_FOR_FIRST_LOGON
Waiting for the first Logon message (acceptor)