ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Background task handler interface. More...
Public Member Functions | |
getTask () | |
Get current task instance. More... | |
init ($a_params) | |
Init background task. More... | |
process () | |
Process the task. More... | |
cancel () | |
Cancel the task. More... | |
finish () | |
Finish the task. More... | |
deleteTaskAndFiles () | |
Remove task and its files. More... | |
Static Public Member Functions | |
static | getInstanceFromTask (ilBackgroundTask $a_task) |
Constructor/Factory. More... | |
Background task handler interface.
Definition at line 10 of file interface.ilBackgroundTaskHandler.php.
ilBackgroundTaskHandler::cancel | ( | ) |
Cancel the task.
Implemented in ilZipBackgroundTaskHandler.
ilBackgroundTaskHandler::deleteTaskAndFiles | ( | ) |
Remove task and its files.
Implemented in ilZipBackgroundTaskHandler.
ilBackgroundTaskHandler::finish | ( | ) |
Finish the task.
Implemented in ilZipBackgroundTaskHandler.
|
static |
Constructor/Factory.
ilBackgroundTask | $a_task |
Implemented in ilFolderDownloadBackgroundTaskHandler.
ilBackgroundTaskHandler::getTask | ( | ) |
ilBackgroundTaskHandler::init | ( | $a_params | ) |
Init background task.
mixed | $a_params |
Implemented in ilFolderDownloadBackgroundTaskHandler.
ilBackgroundTaskHandler::process | ( | ) |
Process the task.
Implemented in ilZipBackgroundTaskHandler.