RebootOption
public enum RebootOption : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case rebootifneeded = "RebootIfNeeded" -
Undocumented
Declaration
Swift
case noreboot = "NoReboot" -
Declaration
Swift
public var description: String { get }
View on GitHub
RebootOption Enumeration Reference