|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ILIAS\BackgroundTasks\TaskManager:
Collaboration diagram for ILIAS\BackgroundTasks\TaskManager:Public Member Functions | |
| executeTask (Task $task, Observer $observer) | |
| Actually executes a task. More... | |
| run (Bucket $bucket) | |
| Depending on your background task settings, executes or puts the task into the queue. More... | |
| continueTask (Bucket $bucket, Option $option) | |
| Continue a task that is the state UserInteraction with a given option. More... | |
| quitBucket (Bucket $bucket) | |
| Quits and deletes a Bucket with all it's Jobs. More... | |
Definition at line 28 of file TaskManager.php.
| ILIAS\BackgroundTasks\TaskManager::continueTask | ( | Bucket | $bucket, |
| Option | $option | ||
| ) |
Continue a task that is the state UserInteraction with a given option.
| ILIAS\BackgroundTasks\TaskManager::executeTask | ( | Task | $task, |
| Observer | $observer | ||
| ) |
Actually executes a task.
Referenced by ILIAS\BackgroundTasks\Implementation\TaskManager\BasicTaskManager\__construct(), ILIAS\BackgroundTasks\Implementation\TaskManager\SyncTaskManager\run(), and ILIAS\BackgroundTasks\Implementation\TaskManager\AsyncTaskManager\runAsync().
Here is the caller graph for this function:| ILIAS\BackgroundTasks\TaskManager::quitBucket | ( | Bucket | $bucket | ) |
Quits and deletes a Bucket with all it's Jobs.
| ILIAS\BackgroundTasks\TaskManager::run | ( | Bucket | $bucket | ) |
Depending on your background task settings, executes or puts the task into the queue.
Referenced by ILIAS\BackgroundTasks\Implementation\TaskManager\BasicTaskManager\continueTask().
Here is the caller graph for this function: