ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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: