ChallengeStatus
No description
enum ChallengeStatus {
PENDING
ONGOING
WON
LOST
ALL
CLOSED
}
Values
ChallengeStatus.PENDING
ChallengeStatus.ONGOING
ChallengeStatus.WON
ChallengeStatus.LOST
ChallengeStatus.ALL
ChallengeStatus.CLOSED
Member of
Challenge
object ● challenges
query