Class: DatadogAPIClient::V2::ScheduleTriggerOverlapBehavior

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/schedule_trigger_overlap_behavior.rb

Overview

Controls whether a scheduled workflow run may start while another instance is still running.

Constant Summary collapse

EXCLUSIVE_RUN =
"EXCLUSIVE_RUN".freeze
OVERLAP_ALLOWED =
"OVERLAP_ALLOWED".freeze

Method Summary

Methods included from BaseEnumModel

included