Click or drag to resize

EventStatus Enumeration

Describes a high-level status of the sport event

Namespace: Sportradar.OddsFeed.SDK.Entities.REST.Enums
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum EventStatus
Members
Member nameValueDescription
Not_Started0 Indicates that the associated sport event has not yet been started
Live1 Indicates that the associated sport event is currently live (the match could be over-time, extended time or between periods too)
Suspended2 Indicates that the associated sport event has already been started, but is currently suspended
Ended3 Indicates that the associated sport event has already ended according to our own data, the final results may not be ready yet
Closed4 Indicates that the associated sport event has already ended and no more changes for this event will be transmitted by the system (event closed)
Cancelled5 The sport event has been cancelled, the event will not take place, there will be no results
Delayed6 If a match has passed its scheduled start time but is delayed, unknown when it will start this is something that often happens in Tennis
Interrupted7 Indicates that the associated sport event is interrupted. Interruption is expected to be just a few minutes. Longer interruptions may lead to a match being suspended, or possibly postponed.
Postponed8 Indicates that the associated sport event is postponed
Abandoned9 Sportradar aborts scouting the match - this means there will be no live reporting; the match will likely take place anyhow, and after the match has been played Sportradar will likely enter the results and the match will be moved to closed/finished
Unknown10 If a hitherto unsupported sport-event-status is received
MatchAboutToStart11 The match is about to start
See Also