GameEventGameStatusType
The status of a game
enum GameEventGameStatusType {
FINISH
INTERRUPT
LIVE
PAUSE
WARMUP
}
Values
GameEventGameStatusType.FINISH
Definitive end of the game and all results are determined
GameEventGameStatusType.INTERRUPT
Game have been interrupted and will be restored to a previous point-in-time
GameEventGameStatusType.LIVE
The game is officially running and counting
GameEventGameStatusType.PAUSE
Temporary pause, resumed by LIVE
GameEventGameStatusType.WARMUP
Game is in warmup phase, stats are not counting
Member Of
GameEventGameStatus
object