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)