ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.