StopAction
public enum StopAction : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case startEvaluation = "START_EVALUATION"
-
Undocumented
Declaration
Swift
case skipEvaluation = "SKIP_EVALUATION"
-
Declaration
Swift
public var description: String { get }