AchievementProgressState Enum

Definition

Enumeration values that indicate the state of a player's progress towards unlocking an achievement.

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

Fields

Achieved 1

Achievement has been earned.

InProgress 3

Achievement progress has started.

NotStarted 2

Achievement progress has not been started.

Unknown 0

Achievement progress is unknown.

Applies to