ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ILIAS\BackgroundTasks\Worker Interface Reference
+ 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...
 

Detailed Description

Definition at line 13 of file Worker.php.

Member Function Documentation

◆ doWork()

ILIAS\BackgroundTasks\Worker::doWork ( )
Returns
void

◆ isSynchronised()

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.

Returns
boolean

The documentation for this interface was generated from the following file: