ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
getExpectedTimeOfTaskInSeconds () | |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
![]() | |
run (array $input, Observer $observer) | |
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 27 of file PlusJob.php.
ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 74 of file PlusJob.php.
ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 32 of file PlusJob.php.
ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 40 of file PlusJob.php.
References Vendor\Package\$a, Vendor\Package\$b, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, ILIAS\BackgroundTasks\Task\Job\run(), and ILIAS\BackgroundTasks\Value\setValue().
ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 66 of file PlusJob.php.