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 |
@staticmethod
def _from_proto(info:
def _from_proto(info:
temporalio.api.schedule.v1.ScheduleListInfo
) -> ScheduleListSchedule
:
(source)
¶
Undocumented