This enumerated type is part of the Sessions Interface.
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
|
This enumerated type is part of the Sessions Interface.
All possible states of an existing named session
Values
Sessions.OnlineSessionState
Enumerated Value
|
Meaning
|
NoSession
|
An online session has not been created yet
|
Creating
|
An online session is in the process of being created
|
Pending
|
Session has been created but the session hasn't started (pre match lobby)
|
Starting
|
Session has been asked to start (may take time due to communication with backend)
|
InProgress
|
The current session has started. Sessions with join in progress disabled are no longer joinable
|
Ending
|
The session is still valid, but the session is no longer being played (post match lobby)
|
Ended
|
The session is closed and any stats committed
|
Destroying
|
The session is being destroyed
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no