This enumerated type is part of the Sessions Interface.
Remarks
All possible states of an existing named session
Values
EOS_EOnlineSessionState
Enumerated Value | Meaning |
---|---|
EOS_OSS_NoSession | An online session has not been created yet |
EOS_OSS_Creating | An online session is in the process of being created |
EOS_OSS_Pending | Session has been created but the session hasn't started (pre match lobby) |
EOS_OSS_Starting | Session has been asked to start (may take time due to communication with backend) |
EOS_OSS_InProgress | The current session has started. Sessions with join in progress disabled are no longer joinable |
EOS_OSS_Ending | The session is still valid, but the session is no longer being played (post match lobby) |
EOS_OSS_Ended | The session is closed and any stats committed |
EOS_OSS_Destroying | The session is being destroyed |