StopType
public enum StopType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case complete = "Complete" -
Undocumented
Declaration
Swift
case cancel = "Cancel" -
Declaration
Swift
public var description: String { get }
View on GitHub
StopType Enumeration Reference