ChangeType

public enum ChangeType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case immediate = "IMMEDIATE"
  • Undocumented

    Declaration

    Swift

    case requiresReboot = "REQUIRES_REBOOT"
  • Declaration

    Swift

    public var description: String { get }