Interface: IScheduleActionResult
schedule.v1.IScheduleActionResult
Properties of a ScheduleActionResult.
Hierarchy
-
↳
IScheduleActionResult
Properties
actualTime
• Optional actualTime: null | $Properties
Time that the action was taken (real time).
Inherited from
scheduleTime
• Optional scheduleTime: null | $Properties
Time that the action was taken (according to the schedule, including jitter).
Inherited from
startWorkflowResult
• Optional startWorkflowResult: null | $Properties
If action was start_workflow:
Inherited from
$Properties.startWorkflowResult
startWorkflowStatus
• Optional startWorkflowStatus: null | WorkflowExecutionStatus
If the action was start_workflow, this field will reflect an eventually-consistent view of the started workflow's status.