@acceleratxr/core_sdk / SessionStatus

Enumeration: SessionStatus#

Index#

Enumeration members#

Enumeration members#

ENDED#

ENDED: = “ENDED”

Defined in src/models/Session.ts:15

The play session has ended.


IDLE#

IDLE: = “IDLE”

Defined in src/models/Session.ts:11

The session is idle and waiting to begin play.


IN_PROGRESS#

IN_PROGRESS: = “IN_PROGRESS”

Defined in src/models/Session.ts:13

The session is currently in progress of playing.


WAITING_FOR_PLAYERS#

WAITING_FOR_PLAYERS: = “WAITING_FOR_PLAYERS”

Defined in src/models/Session.ts:9

The session is currently waiting for more players to join.