state property

String? state
getter/setter pair

The state of this Schedule.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified.
  • "ACTIVE" : The Schedule is active. Runs are being scheduled on the user-specified timespec.
  • "PAUSED" : The schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete.
  • "COMPLETED" : The Schedule is completed. No new runs will be scheduled. Already started runs will be allowed to complete. Schedules in completed state cannot be paused or resumed.

Implementation

core.String? state;