class documentation

State of a schedule.

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.

On schedule create, this must be set to true if remaining_actions is non-zero and left false if remaining_actions is zero.

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.