ScheduleActionResult
in package
FinalYes
Describes the result of a scheduled action.
Tags
Table of Contents
Properties
- $actualTime : DateTimeImmutable
- Time that the action was taken (real time).
- $scheduleTime : DateTimeImmutable
- Time that the action should have been taken (according to the schedule, including jitter).
- $startWorkflowResult : WorkflowExecution
- If action was {@see StartWorkflowAction}:
Methods
- __construct() : mixed
- The DTO is a result of a query, so it is not possible to create it manually.
Properties
$actualTime read-only
Time that the action was taken (real time).
public
DateTimeImmutable
$actualTime
$scheduleTime read-only
Time that the action should have been taken (according to the schedule, including jitter).
public
DateTimeImmutable
$scheduleTime
$startWorkflowResult read-only
If action was {@see StartWorkflowAction}:
public
WorkflowExecution
$startWorkflowResult
Methods
__construct()
The DTO is a result of a query, so it is not possible to create it manually.
private
__construct() : mixed