csharp
public enum PlayStatusWhat the gate decided about a request to play.
Fields and properties (4)
PlacedThere is a shard and it is ready. Open a session to the endpoint with the ticket.
StartingA shard is coming up. Ask again shortly, and show a wait rather than a failure.
RefusedNowhere, for a reason waiting will not fix.
UpdateRequiredYour content does not match the fleet's. Fetch the catalog and ask again. ADR-022.
Used by (8)
- GateClientVixen.Live.Client
- GateClientTestsVixen.Live.Client.Tests
- GateJsonVixen.Live.Abstractions
- GateLogVixen.Live.Gate
- GateProtocolTestsVixen.Live.Abstractions.Tests
- GateServiceVixen.Live.Gate
- GateServiceTestsVixen.Live.Gate.Tests
- PlayResponseVixen.Live.Abstractions