35         $ini = $environment->getResource(
Setup\Environment::RESOURCE_ILIAS_INI);
    40         $storage->storeConfigText(
    42             $ini->readVariable(
"background_tasks", 
"concurrency"),
    43             "The type of execution used for background tasks"    45         $storage->storeConfigGauge(
    46             "max_number_of_concurrent_tasks",
    47             (
int) 
$ini->readVariable(
"background_tasks", 
"number_of_concurrent_tasks"),
    48             "The maximum amount of concurrent tasks used to run background tasks." 
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
An environment holds resources to be used in the setup process. 
 
getTentativePreconditions(Setup\Environment $environment)