Class EventStatus
Assembly: RedMist.TimingCommon.dll
Syntax
[Obsolete("Use RedMist.TimingCommon.Models.SessionState instead")]
public class EventStatus
Constructors
View Source
EventStatus()
Declaration
Properties
View Source
EventId
Declaration
[JsonPropertyName("eid")]
public string? EventId { get; set; }
Property Value
View Source
Flag
Declaration
[JsonPropertyName("f")]
public Flags Flag { get; set; }
Property Value
View Source
IsPracticeQualifying
Declaration
[JsonPropertyName("pq")]
public bool IsPracticeQualifying { get; set; }
Property Value
View Source
LapsToGo
Declaration
[JsonPropertyName("ltg")]
public int LapsToGo { get; set; }
Property Value
View Source
LocalTimeOfDay
Declaration
[JsonPropertyName("tt")]
public string LocalTimeOfDay { get; set; }
Property Value
View Source
RunningRaceTime
Declaration
[JsonPropertyName("rt")]
public string RunningRaceTime { get; set; }
Property Value
View Source
TimeToGo
Declaration
[JsonPropertyName("ttg")]
public string TimeToGo { get; set; }
Property Value