class documentation

class ScheduleState: (source)

View In Hierarchy

State of a schedule

Warning

Schedules are an experimental feature.

Class Variable limited_actions If true, remaining actions will be decremented for each action taken.
Class Variable note Human readable message for the schedule.
Class Variable paused Whether the schedule is paused.
Class Variable remaining_actions Actions remaining on this schedule.
Static Method _from_proto Undocumented
Method _to_proto Undocumented
limited_actions: bool = (source)

If true, remaining actions will be decremented for each action taken.

Cannot be set on create.

Human readable message for the schedule.

The system may overwrite this value on certain conditions like pause-on-failure.

Whether the schedule is paused.

remaining_actions: int = (source)

Actions remaining on this schedule.

Once this number hits 0, no further actions are scheduled automatically.