class documentation
class ScheduleActionResult: (source)
Constructor: ScheduleActionResult._from_proto(res)
Information about when an action took place.
| Class Variable | action |
Action that took place. |
| Class Variable | scheduled |
Scheduled time of the action including jitter. |
| Class Variable | started |
When the action actually started. |
| Static Method | _from |
Undocumented |
@staticmethod
def _from_proto(res:
def _from_proto(res:
temporalio.api.schedule.v1.ScheduleActionResult) -> ScheduleActionResult:
(source)
¶
Undocumented