[ Web Proxy ]
URL:
Viewing: https://python.temporal.io/temporalio.client.ScheduleListInfo.html [Back]  [Original]

temporalio.client.ScheduleListInfo
class documentation

class ScheduleListInfo: (source)

Constructor: ScheduleListInfo._from_proto(info)

View In Hierarchy

Information about a listed schedule.

Class Variable next_action_times Next scheduled action times.
Class Variable recent_actions Most recent actions, oldest first.
Static Method _from_proto Undocumented
next_action_times: Sequence[datetime] = (source)

Next scheduled action times.

This may be a smaller amount than present on ScheduleDescription.info.

recent_actions: Sequence[ScheduleActionResult] = (source)

Most recent actions, oldest first.

This may be a smaller amount than present on ScheduleDescription.info.

API Documentation for Temporal Python, generated by pydoctor 25.10.1 at 2026-08-26 20:38:52.

Web Proxy Viewer  |  New URL  |  Original Page