WorkerType
public enum WorkerType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case standard = "Standard" -
Undocumented
Declaration
Swift
case g1X = "G.1X" -
Undocumented
Declaration
Swift
case g2X = "G.2X" -
Declaration
Swift
public var description: String { get }
View on GitHub
WorkerType Enumeration Reference