Enum EventStatus
- Namespace
- DotBahn.Timetables.Models.Enumerations
- Assembly
- DotBahn.Timetables.dll
Status of an arrival or departure event.
[JsonConverter(typeof(JsonStringEnumConverter<EventStatus>))]
public enum EventStatus
Fields
[JsonStringEnumMemberName("a")] Added = 1The event was added to the planned data (new stop).
[JsonStringEnumMemberName("c")] Cancelled = 2The event was canceled. As a changed status, this can apply to both planned and added stops.
[JsonStringEnumMemberName("p")] Planned = 0The event was planned. This status is also used when the cancellation of an event has been revoked.
Unknown = 3There is no further information available.