ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Worker.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\BackgroundTasks;
4 
13 interface Worker
14 {
15 
19  public function doWork();
20 
21 
28  public function isSynchronised();
29 }
Created by PhpStorm.
isSynchronised()
Returns true iff the worker wants to be called within the current HTTP request.