ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
|
Public Member Functions | |
__construct (string $type, int $max_concurrent_tasks) | |
getType () | |
getMaxCurrentTasks () | |
Data Fields | |
const | TYPE_SYNCHRONOUS = "sync" |
const | TYPE_ASYNCHRONOUS = "async" |
Protected Attributes | |
string | $type |
int | $max_concurrent_tasks |
Definition at line 21 of file class.ilBackgroundTasksSetupConfig.php.
ilBackgroundTasksSetupConfig::__construct | ( | string | $type, |
int | $max_concurrent_tasks | ||
) |
Definition at line 30 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks, and $type.
ilBackgroundTasksSetupConfig::getMaxCurrentTasks | ( | ) |
Definition at line 57 of file class.ilBackgroundTasksSetupConfig.php.
References $max_concurrent_tasks.
ilBackgroundTasksSetupConfig::getType | ( | ) |
|
protected |
Definition at line 28 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getMaxCurrentTasks().
|
protected |
Definition at line 26 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by __construct(), and getType().
const ilBackgroundTasksSetupConfig::TYPE_ASYNCHRONOUS = "async" |
Definition at line 24 of file class.ilBackgroundTasksSetupConfig.php.
const ilBackgroundTasksSetupConfig::TYPE_SYNCHRONOUS = "sync" |
Definition at line 23 of file class.ilBackgroundTasksSetupConfig.php.
Referenced by ilBackgroundTasksSetupAgent\getArrayToConfigTransformation().