ScheduleListInfo
in package
FinalYes
Describes information about a schedule list.
Tags
Table of Contents
Properties
- $futureActionTimes : array<int, DateTimeImmutable>
- Future action times
- $notes : string
- $paused : bool
- $recentActions : array<int, ScheduleActionResult>
- $spec : ScheduleSpec
- $workflowType : WorkflowType
Methods
- __construct() : mixed
- The DTO is a result of a query, so it is not possible to create it manually.
Properties
$futureActionTimes read-only
Future action times
public
array<int, DateTimeImmutable>
$futureActionTimes
$notes read-only
public
string
$notes
$paused read-only
public
bool
$paused
$recentActions read-only
public
array<int, ScheduleActionResult>
$recentActions
$spec read-only
public
ScheduleSpec
$spec
$workflowType read-only
public
WorkflowType
$workflowType
Methods
__construct()
The DTO is a result of a query, so it is not possible to create it manually.
private
__construct() : mixed