ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Cron job result data container. More...
Public Member Functions | |
getStatus () | |
setStatus ($a_value) | |
getMessage () | |
setMessage ($a_value) | |
getCode () | |
setCode ($a_value) | |
getDuration () | |
setDuration ($a_value) | |
Data Fields | |
const | STATUS_INVALID_CONFIGURATION = 1 |
const | STATUS_NO_ACTION = 2 |
const | STATUS_OK = 3 |
const | STATUS_CRASHED = 4 |
const | STATUS_RESET = 5 |
const | STATUS_FAIL = 6 |
Protected Member Functions | |
getValidStatus () | |
Protected Attributes | |
$status | |
$message | |
$code | |
$duration | |
Cron job result data container.
Definition at line 11 of file class.ilCronJobResult.php.
ilCronJobResult::getCode | ( | ) |
Definition at line 55 of file class.ilCronJobResult.php.
References $code.
Referenced by ilCronManager\updateJobResult().
ilCronJobResult::getDuration | ( | ) |
Definition at line 65 of file class.ilCronJobResult.php.
References $duration.
Referenced by ilCronManager\updateJobResult().
ilCronJobResult::getMessage | ( | ) |
Definition at line 45 of file class.ilCronJobResult.php.
References $message.
Referenced by ilCronManager\updateJobResult().
ilCronJobResult::getStatus | ( | ) |
Definition at line 25 of file class.ilCronJobResult.php.
References $status.
Referenced by ilCronManager\updateJobResult().
|
protected |
Definition at line 39 of file class.ilCronJobResult.php.
Referenced by setStatus().
ilCronJobResult::setCode | ( | $a_value | ) |
Definition at line 60 of file class.ilCronJobResult.php.
ilCronJobResult::setDuration | ( | $a_value | ) |
Definition at line 70 of file class.ilCronJobResult.php.
ilCronJobResult::setMessage | ( | $a_value | ) |
Definition at line 50 of file class.ilCronJobResult.php.
ilCronJobResult::setStatus | ( | $a_value | ) |
Definition at line 30 of file class.ilCronJobResult.php.
References getValidStatus().
|
protected |
Definition at line 22 of file class.ilCronJobResult.php.
Referenced by getCode().
|
protected |
Definition at line 23 of file class.ilCronJobResult.php.
Referenced by getDuration().
|
protected |
Definition at line 21 of file class.ilCronJobResult.php.
Referenced by getMessage().
|
protected |
Definition at line 20 of file class.ilCronJobResult.php.
Referenced by getStatus().
const ilCronJobResult::STATUS_CRASHED = 4 |
Definition at line 16 of file class.ilCronJobResult.php.
Referenced by ilCronManagerTableGUI\fillRow(), ilCronManagerTableGUI\parseJobToData(), and ilCronManager\runJob().
const ilCronJobResult::STATUS_FAIL = 6 |
Definition at line 18 of file class.ilCronJobResult.php.
Referenced by ilCronManagerTableGUI\parseJobToData(), and ilLuceneIndexer\run().
const ilCronJobResult::STATUS_INVALID_CONFIGURATION = 1 |
Definition at line 13 of file class.ilCronJobResult.php.
Referenced by ilCronManagerTableGUI\parseJobToData(), and ilCronManager\runJob().
const ilCronJobResult::STATUS_NO_ACTION = 2 |
Definition at line 14 of file class.ilCronJobResult.php.
Referenced by ilCronManagerTableGUI\parseJobToData(), ilExcCronFeedbackNotification\run(), ilForumCronNotification\run(), ilLearningModuleCronLinkCheck\run(), ilSurveyCronNotification\run(), ilWebResourceCronLinkCheck\run(), ilConsultationHourCron\run(), ilLDAPCronSynchronization\run(), ilMembershipCronMinMembers\run(), ilMembershipCronNotifications\run(), ilLuceneIndexer\run(), ilLPCronObjectStatistics\run(), ilCronDeleteInactivatedUserAccounts\run(), and ilUserCronCheckAccounts\run().
const ilCronJobResult::STATUS_OK = 3 |
Definition at line 15 of file class.ilCronJobResult.php.
Referenced by ilCronManagerTableGUI\parseJobToData(), ilExcCronFeedbackNotification\run(), ilForumCronNotification\run(), ilLearningModuleCronLinkCheck\run(), ilSurveyCronNotification\run(), ilWebResourceCronLinkCheck\run(), ilConsultationHourCron\run(), ilLDAPCronSynchronization\run(), ilMailCronNotification\run(), ilMailCronOrphanedMails\run(), ilMembershipCronMinMembers\run(), ilMembershipCronNotifications\run(), ilPaymentCronNotification\run(), ilLuceneIndexer\run(), ilSCCronTrash\run(), ilLPCronObjectStatistics\run(), ilCronDeleteInactivatedUserAccounts\run(), ilUserCronCheckAccounts\run(), and ilDAVCronDiskQuota\run().
const ilCronJobResult::STATUS_RESET = 5 |
Definition at line 17 of file class.ilCronJobResult.php.
Referenced by ilCronManagerTableGUI\parseJobToData(), and ilCronManager\resetJob().