TournamentState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values used to indicate the state for a tournament.
[Windows.Foundation.Metadata.Version(1)]
public enum TournamentState
type TournamentState =
Public Enum TournamentState
- Inheritance
-
TournamentState
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The Tournament state is unknown. |
Active | 1 | Default. The Tournament is currently active. |
Canceled | 2 | The Tournament was canceled. |
Completed | 3 | The Tournament has been completed. |