class documentation
State of a listed schedule.
| Class Variable | note |
Human readable message for the schedule. |
| Class Variable | paused |
Whether the schedule is paused. |
| Static Method | _from |
Undocumented |
Human readable message for the schedule.
The system may overwrite this value on certain conditions like pause-on-failure.
@staticmethod
def _from_proto(info:
def _from_proto(info:
temporalio.api.schedule.v1.ScheduleListInfo) -> ScheduleListState:
(source)
¶
Undocumented