MatchStatus
The status of the match
enum MatchStatus {
CLOSED
FINISHED
LIVE
OPEN
}
Values
MatchStatus.CLOSED
The match is closed without a result (e.g. not played)
MatchStatus.FINISHED
The match is finished with a result
MatchStatus.LIVE
The match is currently running
MatchStatus.OPEN
The match is scheduled to play
Member Of
Match
object ● MatchFilter
input