ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
cron.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21chdir(__DIR__);
22chdir('..');
23
24require_once './vendor/composer/vendor/autoload.php';
25
27 new ILIAS\Cron\CLI\Commands\RunActiveJobsCommand()
28);
29$cron->run();
$cron
Definition: cron.php:26
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.