SignalType
public enum SignalType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case approve = "Approve" -
Undocumented
Declaration
Swift
case reject = "Reject" -
Undocumented
Declaration
Swift
case startstep = "StartStep" -
Undocumented
Declaration
Swift
case stopstep = "StopStep" -
Undocumented
Declaration
Swift
case resume = "Resume" -
Declaration
Swift
public var description: String { get }
View on GitHub
SignalType Enumeration Reference