TaskStatus
Read onlyYes
FinalYes
Represents a single status flag of a scheduler task (running, late, disabled, …), shared by the scheduler backend module listing and the "scheduler:list" CLI command.
Table of Contents
Properties
- $label : string
- $message : string
- $messageArguments : array<string|int, mixed>
- $severity : ContextualFeedbackSeverity
- $state : string
- $type : string
Methods
- __construct() : mixed
Properties
$label
public
string
$label
$message
public
string
$message
= ''
$messageArguments
public
array<string|int, mixed>
$messageArguments
= []
$severity
public
ContextualFeedbackSeverity
$severity
$state
public
string
$state
$type
public
string
$type
Methods
__construct()
public
__construct(string $type, ContextualFeedbackSeverity $severity, string $state, string $label[, string $message = '' ][, array<int, string|int> $messageArguments = [] ]) : mixed
Parameters
- $type : string
- $severity : ContextualFeedbackSeverity
- $state : string
- $label : string
-
domain:key reference of the badge label
- $message : string = ''
-
domain:key reference of the optional, more detailed message (e.g. the failure reason)
- $messageArguments : array<int, string|int> = []
-
arguments for the message