Skip to main content

Interface: IScheduleActionResult

schedule.v1.IScheduleActionResult

Properties of a ScheduleActionResult.

Hierarchy

Properties

actualTime

Optional actualTime: null | $Properties

Time that the action was taken (real time).

Inherited from

$Properties.actualTime


scheduleTime

Optional scheduleTime: null | $Properties

Time that the action was taken (according to the schedule, including jitter).

Inherited from

$Properties.scheduleTime


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.

Inherited from

$Properties.startWorkflowStatus