Describes the different classes of statuses.
| Name | Value | Summary |
|---|---|---|
| None | 0 | Used for when a status class for a status could not be determined. Should not be used in normal operations. |
| New | 1 | Used for new statuses. |
| InProcess | 2 | Used for statuses that are somewhere in the pipeline, but have not yet been completed. |
| Completed | 3 | Used for statuses that indicate completion such as "Closed" or "Closed and Approved". |
| Cancelled | 4 | Used for items that are cancelled. |
| OnHold | 5 | Used for items that are on hold. |
| Requested | 6 | Used for items that have been requested and not yet assigned a status. |