XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Lenum_WorkflowStatus Interface Reference

Data Fields

const DELETED = 0
 
const BLOCKED = 1
 
const REJECTED = 2
 
const PROGRESS = 5
 
const FINISHED = 9
 

Detailed Description

Lenum_WorkflowStatus

Definition at line 25 of file Enum.class.php.

Field Documentation

◆ BLOCKED

const BLOCKED = 1

Definition at line 28 of file Enum.class.php.

◆ DELETED

const DELETED = 0

Definition at line 27 of file Enum.class.php.

◆ FINISHED

const FINISHED = 9

Definition at line 31 of file Enum.class.php.

◆ PROGRESS

const PROGRESS = 5

Definition at line 30 of file Enum.class.php.

◆ REJECTED

const REJECTED = 2

Definition at line 29 of file Enum.class.php.


The documentation for this interface was generated from the following file: