ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (string $type, int $max_concurrent_tasks) | |
getType () | |
getMaxCurrentTasks () | |
Data Fields | |
const | TYPE_SYNCHRONOUS = "sync" |
const | TYPE_ASYNCHRONOUS = "async" |
Protected Attributes | |
$type | |
$max_concurrent_tasks | |
Definition at line 8 of file class.ilBackgroundTasksSetupConfig.php.
ilBackgroundTasksSetupConfig::__construct | ( | string | $type, |
int | $max_concurrent_tasks | ||
) |
Definition at line 23 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks, and $type.
ilBackgroundTasksSetupConfig::getMaxCurrentTasks | ( | ) |
Definition at line 50 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks.
ilBackgroundTasksSetupConfig::getType | ( | ) |
|
protected |
Definition at line 21 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getMaxCurrentTasks().
|
protected |
Definition at line 16 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getType().
const ilBackgroundTasksSetupConfig::TYPE_ASYNCHRONOUS = "async" |
Definition at line 11 of file class.ilBackgroundTasksSetupConfig.php.
const ilBackgroundTasksSetupConfig::TYPE_SYNCHRONOUS = "sync" |
Definition at line 10 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by ilBackgroundTasksSetupAgent\getArrayToConfigTransformation().