ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
ILIAS\BackgroundTasks\Worker\doWork
doWork()
ILIAS\BackgroundTasks
Created by PhpStorm.
ILIAS\BackgroundTasks\Worker\isSynchronised
isSynchronised()
Returns true iff the worker wants to be called within the current HTTP request.
ILIAS\BackgroundTasks\Worker
Definition:
Worker.php:13
php
src
BackgroundTasks
Worker.php
Generated on Thu Jan 16 2025 19:02:36 for ILIAS by
1.8.13 (using
Doxyfile
)