ActivityTaskTimeoutType

public enum ActivityTaskTimeoutType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case startToClose = "START_TO_CLOSE"
  • Undocumented

    Declaration

    Swift

    case scheduleToStart = "SCHEDULE_TO_START"
  • Undocumented

    Declaration

    Swift

    case scheduleToClose = "SCHEDULE_TO_CLOSE"
  • Undocumented

    Declaration

    Swift

    case heartbeat = "HEARTBEAT"
  • Declaration

    Swift

    public var description: String { get }