StepCancellationOption

public enum StepCancellationOption : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case sendInterrupt = "SEND_INTERRUPT"
  • Undocumented

    Declaration

    Swift

    case terminateProcess = "TERMINATE_PROCESS"
  • Declaration

    Swift

    public var description: String { get }