StreamHealth
public enum StreamHealth : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case healthy = "HEALTHY" -
Undocumented
Declaration
Swift
case starving = "STARVING" -
Undocumented
Declaration
Swift
case unknown = "UNKNOWN" -
Declaration
Swift
public var description: String { get }
View on GitHub
StreamHealth Enumeration Reference