HealthState
public enum HealthState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case initial = "INITIAL" -
Undocumented
Declaration
Swift
case healthy = "HEALTHY" -
Undocumented
Declaration
Swift
case unhealthy = "UNHEALTHY" -
Declaration
Swift
public var description: String { get }
View on GitHub
HealthState Enumeration Reference