ScheduleState
public enum ScheduleState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case scheduled = "SCHEDULED" -
Undocumented
Declaration
Swift
case notScheduled = "NOT_SCHEDULED" -
Undocumented
Declaration
Swift
case transitioning = "TRANSITIONING" -
Declaration
Swift
public var description: String { get }
View on GitHub
ScheduleState Enumeration Reference