Enum ServerStatus
Status of the server.
Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
Syntax
public enum ServerStatus
Fields
| Name | Description |
|---|---|
| ALLOCATED | Server status is allocated |
| AVAILABLE | Server is available |
| HELD | Server is held |
| ONLINE | Server is online |
| READY | Server is ready |
| RESERVED | Server is reserved |