MissBehavior

public enum MissBehavior : String, Codable, Sendable

Miss behavior when the audience is not a match

  • Cancel the schedule

    Declaration

    Swift

    case cancel
  • Skip the execution

    Declaration

    Swift

    case skip
  • Skip the execution but count towards the limit

    Declaration

    Swift

    case penalize