Edit

Share via


TournamentArbitrationStatus Enum

Definition

Defines values used to indicate the state of a tournament game.

[Windows.Foundation.Metadata.Version(1)]
public enum TournamentArbitrationStatus
type TournamentArbitrationStatus = 
Public Enum TournamentArbitrationStatus
Inheritance
TournamentArbitrationStatus
Attributes
Windows.Foundation.Metadata.VersionAttribute

Fields

Complete 2

The user has reported results and his role in the arbitration process is now done. Occurs either after (arbitrationForfeitTime and no players have joined), (arbitration succeeded), or (arbitrationFinishTime).

InComplete 4

The user was not able to upload results before the arbitrationTimeout deadline.

InProgress 1

Occurs after arbitrationStartTime and at least one user has gone active.

Joining 5

The status is "joining" until both the TournamentArbitrationStatus is "InProgress" and the member is active.

Playing 3

The user has gone active at least once and is now participating in the match.

Waiting 0

Occurs before arbitrationStartTime.

Applies to