class documentation
class ScheduleState: (source)
State of a schedule
Warning
Schedules are an experimental feature.
Class Variable | limited |
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 remaining on this schedule. |
Static Method | _from |
Undocumented |
Method | _to |
Undocumented |
Human readable message for the schedule.
The system may overwrite this value on certain conditions like pause-on-failure.
Actions remaining on this schedule.
Once this number hits 0, no further actions are scheduled automatically.
@staticmethod
def _from_proto(state:
def _from_proto(state:
temporalio.api.schedule.v1.ScheduleState
) -> ScheduleState
:
(source)
¶
Undocumented