33 int $max_concurrent_tasks
36 self::TYPE_SYNCHRONOUS,
37 self::TYPE_ASYNCHRONOUS
39 if (!in_array($type, $types)) {
40 throw new \InvalidArgumentException(
41 "Unknown background tasks type: '$type'" 44 if ($max_concurrent_tasks < 1) {
45 throw new \InvalidArgumentException(
46 "There must be at least 1 concurrent background task." __construct(string $type, int $max_concurrent_tasks)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
int $max_concurrent_tasks