5 declare(strict_types=1);
13 const ID =
'prg_update_progress';
29 $this->lng = $DIC[
'lng'];
30 $this->lng->loadLanguageModule(
'prg');
36 return $this->lng->txt(
'prg_update_progress_title');
41 return $this->lng->txt(
'prg_update_progress_description');
61 return self::SCHEDULE_TYPE_IN_DAYS;
77 $programme->markFailed($progress->getId(), $acting_user);
86 return $this->dic[
'ilStudyProgrammeUserProgressDB'];
90 return $this->dic[
'current_user']->getId();
Cron job application base class.
static getInstanceByObjId($obj_id)
getDefaultScheduleValue()
This will set progresses to FAILED, if they are past the deadline (and not successful, yet)
Cron job result data container.