|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ILIAS\BackgroundTasks\Worker:Public Member Functions | |
| doWork () | |
| isSynchronised () | |
| Returns true iff the worker wants to be called within the current HTTP request. More... | |
Definition at line 13 of file Worker.php.
| ILIAS\BackgroundTasks\Worker::doWork | ( | ) |
| ILIAS\BackgroundTasks\Worker::isSynchronised | ( | ) |
Returns true iff the worker wants to be called within the current HTTP request.
A Synchronised worker will in fact not be a background task and stop only for user inputs.