JobType
public enum JobType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case oneTime = "ONE_TIME"
-
Undocumented
Declaration
Swift
case scheduled = "SCHEDULED"
-
Declaration
Swift
public var description: String { get }