JobType
public enum JobType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case `import` = "IMPORT"
-
Undocumented
Declaration
Swift
case export = "EXPORT"
-
Undocumented
Declaration
Swift
case localUse = "LOCAL_USE"
-
Declaration
Swift
public var description: String { get }