ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilCronConstants.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
class
ilCronConstants
8
{
9
const
ATTACHED
=
'attached'
;
10
const
IN_PROGRESS
=
'in_progress'
;
11
const
FAILED
=
'failed'
;
12
const
FINISHED
=
'finished'
;
13
}
ilCronConstants
Definition:
class.ilCronConstants.php:7
ilCronConstants\FINISHED
const FINISHED
Definition:
class.ilCronConstants.php:12
php
ilCronConstants\IN_PROGRESS
const IN_PROGRESS
Definition:
class.ilCronConstants.php:10
ilCronConstants\FAILED
const FAILED
Definition:
class.ilCronConstants.php:11
ilCronConstants\ATTACHED
const ATTACHED
Definition:
class.ilCronConstants.php:9
Services
Certificate
classes
Queue
class.ilCronConstants.php
Generated on Thu Jan 16 2025 19:02:18 for ILIAS by
1.8.13 (using
Doxyfile
)