temporalio.client.ScheduleListSchedule
class documentation
class ScheduleListSchedule: (source)
Constructor: ScheduleListSchedule._from_proto(info)
Details for a listed schedule.
| Class Variable | action |
Action taken when scheduled. |
| Class Variable | spec |
When the action is taken. |
| Class Variable | state |
State of the schedule. |
| Static Method | _from |
Undocumented |
action: ScheduleListAction =
(source)
¶
Action taken when scheduled.
spec: ScheduleSpec =
(source)
¶
When the action is taken.
state: ScheduleListState =
(source)
¶
State of the schedule.
def _from_proto(info: temporalio.api.schedule.v1.ScheduleListInfo) -> ScheduleListSchedule:
(source)
¶
Undocumented