Documentation

ScheduleActionResult
in package

FinalYes

Describes the result of a scheduled action.

Tags
see
ScheduleActionResult

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

Methods

__construct()

The DTO is a result of a query, so it is not possible to create it manually.

private __construct() : mixed

        
On this page

Search results