v1.0.0
2022.3+
Enum ServerStatus
Status of the server.
Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
Syntax
public enum ServerStatusFields
| Name | Description | Value |
|---|---|---|
| ALLOCATED | Server status is allocated | 1 |
| RESERVED | Server is reserved | 2 |
| AVAILABLE | Server is available | 3 |
| ONLINE | Server is online | 4 |
| READY | Server is ready | 5 |
| HELD | Server is held | 6 |