WorkerType

public enum WorkerType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case standard = "Standard"
  • g1X

    Undocumented

    Declaration

    Swift

    case g1X = "G.1X"
  • g2X

    Undocumented

    Declaration

    Swift

    case g2X = "G.2X"
  • Declaration

    Swift

    public var description: String { get }