Enum MultiplayFleetSwitchState
The state of the switch of the active build configuration for a fleet: * PENDING - The build configuration switch has been queue and is waiting to start. * PROCESSING - The build configuration switch has been started and is in progress. * COMPLETE - The build configuration switch is completed. * NOT_REQUESTED - No build configuration switch has been requested for this fleet.
Namespace: Unity.Services.Apis.Admin.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum MultiplayFleetSwitchState
Fields
| Name | Description |
|---|---|
| COMPLETE | Enum COMPLETE for value: COMPLETE |
| NOTREQUESTED | Enum NOTREQUESTED for value: NOT_REQUESTED |
| PENDING | Enum PENDING for value: PENDING |
| PROCESSING | Enum PROCESSING for value: PROCESSING |