EOS_EOnlineSessionState

EOS API reference page for EOS_EOnlineSessionState

阅读时间1分钟

This enumerated type is part of the Sessions Interface.

Remarks

All possible states of an existing named session

Values

EOS_EOnlineSessionState

Enumerated ValueMeaning
EOS_OSS_NoSessionAn online session has not been created yet
EOS_OSS_CreatingAn online session is in the process of being created
EOS_OSS_PendingSession has been created but the session hasn't started (pre match lobby)
EOS_OSS_StartingSession has been asked to start (may take time due to communication with backend)
EOS_OSS_InProgressThe current session has started. Sessions with join in progress disabled are no longer joinable
EOS_OSS_EndingThe session is still valid, but the session is no longer being played (post match lobby)
EOS_OSS_EndedThe session is closed and any stats committed
EOS_OSS_DestroyingThe session is being destroyed