ProxySessionStatus
public enum ProxySessionStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case open = "Open"
-
Undocumented
Declaration
Swift
case inprogress = "InProgress"
-
Undocumented
Declaration
Swift
case closed = "Closed"
-
Declaration
Swift
public var description: String { get }