utilizationStatus property
Indicates whether the game server is currently available for new games or is busy. Possible statuses include:
-
AVAILABLE
- The game server is available to be claimed. A game server that has been claimed remains in this status until it reports game hosting activity. -
UTILIZED
- The game server is currently hosting a game session with players.
Implementation
final GameServerUtilizationStatus? utilizationStatus;