ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\BackgroundTasks\Worker
Definition:
Worker.php:14
ILIAS\BackgroundTasks\Worker\doWork
doWork()
ILIAS\BackgroundTasks\Worker\isSynchronised
isSynchronised()
Returns true iff the worker wants to be called within the current HTTP request.
ILIAS\BackgroundTasks
Created by PhpStorm.
src
BackgroundTasks
Worker.php
Generated on Fri Oct 31 2025 21:01:23 for ILIAS by
1.9.4 (using
Doxyfile
)