|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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.