ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
JobProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Cron\Job;
22
26interface JobProvider
27{
31 public function getCronJobInstances(): array;
32
36 public function getCronJobInstance(string $jobId): \ILIAS\Cron\CronJob;
37}
getCronJobInstance(string $jobId)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.