Edit

Share via


TournamentRegistrationState Enum

Definition

Defines values used to indicate the team session registration state for a tournament.

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

Fields

Completed 5

The team has completed its participation in the Tournament.

Pending 1

Registration was successfully received by the Tournament service and will be eventually processed.

Registered 4

Registration has been confirmed by the Tournament service.

Rejected 3

Registration could not be performed for the team.

Unknown 0

The team registration state is unknown.

Withdrawn 2

Registration for the team was withdrawn.

Applies to