ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
run (array $input, Observer $observer) | |
getInputTypes () | |
isStateless () | |
getExpectedTimeOfTaskInSeconds () | |
getOutputType () | |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
Value | $output |
Definition at line 30 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 107 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 85 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 112 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 102 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::run | ( | array | $input, |
Observer | $observer | ||
) |
Value[] | $input This will be a list of Values hinted by getInputTypes. | |
Observer | $observer | Notify the bucket about your progress! |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 32 of file class.ilMailDeliveryJob.php.
References $DIC, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, ANONYMOUS_USER_ID, ILIAS\UI\Implementation\Component\Input\getValue(), and ILIAS\BackgroundTasks\Value\setValue().