ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Status.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Progress\State\Bar
;
22
30
enum
Status
:
string
31
{
33
case
INDETERMINATE =
'indeterminate'
;
34
36
case
DETERMINATE =
'determinate'
;
37
39
case
SUCCESS =
'success'
;
40
42
case
FAILURE
=
'failure'
;
43
}
ILIAS\UI\Implementation\Component\Progress\State\Bar\FAILURE
The progress of the process/task cannot be calculated (yet), but it has started processing.
Definition:
Status.php:42
ILIAS\UI\Implementation\Component\Progress\State\Bar
Definition:
Factory.php:21
ILIAS\UI\Implementation\Component\Progress\State\Bar\Status
Status
This enum represents the status of a Progress Bar's underlying process/task, which can transition thr...
Definition:
Status.php:30
components
ILIAS
UI
src
Implementation
Component
Progress
State
Bar
Status.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)