Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 498 Bytes

ScheduleState.md

File metadata and controls

19 lines (12 loc) · 498 Bytes

ScheduleState

Properties

Name Type Description Notes
state StateEnum A schedule must be enabled to run. Specify enabled to run the schedule or disabled to turn off the schedule so that it doesn't run. [optional]

Enum: StateEnum

Name Value
ENABLED "enabled"
DISABLED "disabled"
EXPIRED "expired"