Vixen
c7401864
csharp
public enum QueueTicketState

Where a ticket has got to.

Read the guide page for this →

Fields and properties (3)

  • Waiting

    Still queueing.

  • Matched

    In a formed match, waiting for a shard.

  • Done

    Given up on, or taken by a match that started.

Used by (4)

  • ClusterSerializationTestsVixen.Live.Cluster.Tests
  • QueueStateVixen.Live.Orchestrator
  • QueueStateTestsVixen.Live.Orchestrator.Tests
  • QueueTicketVixen.Live.Cluster