PatchComplianceDataState
public enum PatchComplianceDataState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case installed = "INSTALLED" -
Undocumented
Declaration
Swift
case installedOther = "INSTALLED_OTHER" -
Undocumented
Declaration
Swift
case installedPendingReboot = "INSTALLED_PENDING_REBOOT" -
Undocumented
Declaration
Swift
case installedRejected = "INSTALLED_REJECTED" -
Undocumented
Declaration
Swift
case missing = "MISSING" -
Undocumented
Declaration
Swift
case notApplicable = "NOT_APPLICABLE" -
Undocumented
Declaration
Swift
case failed = "FAILED" -
Declaration
Swift
public var description: String { get }
View on GitHub
PatchComplianceDataState Enumeration Reference