![]() |
TYPO3
7.6
|
Public Member Functions | |
getNotificationEmail () | |
setNotificationEmail ($notificationEmail) | |
![]() | |
__construct () | |
execute () | |
getAdditionalInformation () | |
setTaskUid ($id) | |
getTaskUid () | |
getTaskTitle () | |
getTaskDescription () | |
getTaskClassName () | |
isDisabled () | |
setDisabled ($flag) | |
setExecutionTime ($timestamp) | |
getTaskGroup () | |
setTaskGroup ($taskGroup) | |
getExecutionTime () | |
setDescription ($description) | |
getDescription () | |
setScheduler () | |
unsetScheduler () | |
setExecution (\TYPO3\CMS\Scheduler\Execution $execution) | |
getExecution () | |
getNextDueExecution () | |
areMultipleExecutionsAllowed () | |
isExecutionRunning () | |
markExecution () | |
unmarkExecution ($executionID,\Exception $failure=null) | |
unmarkAllExecutions () | |
save () | |
stop () | |
remove () | |
Protected Attributes | |
$notificationEmail = null | |
![]() | |
$scheduler | |
$taskUid | |
$disabled = false | |
$execution | |
$executionTime = 0 | |
$description = '' | |
$taskGroup | |
A task that should be run regularly to determine the system's status.
Definition at line 25 of file SystemStatusUpdateTask.php.
getNotificationEmail | ( | ) |
Gets the notification email addresses.
Definition at line 62 of file SystemStatusUpdateTask.php.
References SystemStatusUpdateTask\$notificationEmail.
setNotificationEmail | ( | $notificationEmail | ) |
Sets the notification email address.
string | $notificationEmail | Notification email address. |
Definition at line 73 of file SystemStatusUpdateTask.php.
References SystemStatusUpdateTask\$notificationEmail.
|
protected |
Definition at line 33 of file SystemStatusUpdateTask.php.
Referenced by SystemStatusUpdateTask\getNotificationEmail(), and SystemStatusUpdateTask\setNotificationEmail().