39 if (in_array(php_sapi_name(), array_map(
'strtolower', $this->
getValidPhpApis()))) {
40 $this->cronManager->runActiveJobs();
An exception for terminatinating execution or to throw for unit testing.
Class ilStrictCliCronManager.
__construct(\ilCronManagerInterface $cronManager)
ilStrictCliCronManager constructor.
runActiveJobs()
Run all active jobs.
Class ilStrictCliCronManager.