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.

Internal

Table of Contents

Properties

$label  : string
$message  : string
$messageArguments  : array<string|int, mixed>
$severity  : ContextualFeedbackSeverity
$state  : string
$type  : string

Methods

__construct()  : mixed

Properties

$messageArguments

public array<string|int, mixed> $messageArguments = []

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

On this page

Search results