5include_once
"Services/Cron/classes/class.ilCronJob.php";
23 $lng->loadLanguageModule(
"bgtask");
24 return $lng->txt(
"bgtask_cron_gc_title");
31 $lng->loadLanguageModule(
"bgtask");
32 return $lng->txt(
"bgtask_cron_gc_desc");
63 include_once
"Services/BackgroundTask/classes/class.ilBackgroundTask.php";
72 $handler = $task->getHandlerInstance();
73 $handler->deleteTaskAndFiles();
An exception for terminatinating execution or to throw for unit testing.
getDefaultScheduleType()
Get schedule type.
hasAutoActivation()
Is to be activated on "installation".
getDescription()
Get description.
hasFlexibleSchedule()
Can the schedule be configured?
getDefaultScheduleValue()
Get schedule value.
Cron job result data container.
Cron job application base class.
const SCHEDULE_TYPE_DAILY
@classDescription Date and time handling