This page explains lists the different statuses of a job. A status may either be represented by a numeric value or a string code.
Note that some statuses are not used with Codyt or Standard jobs.
NOTE: The status values differ from the values used with the previous API.
Status code | Status Id | English title | Codyt | Standard |
---|---|---|---|---|
Draft | 0 | Draft | x | |
NotAssigned | 1 | Not assigned | x | |
Inactive | 2 | Inactive | x | |
Proposal | 3 | Proposal | x | |
NotStarted | 4 | Not started | x | x |
InProgress | 5 | In progress | x | x |
Completed | 6 | Completed | x | x |
Delivered | 7 | Approved | x | |
Archived | 8 | Closed | x | |
Rejected | 9 | Proposal declined | x | |
Cancelled | 10 | Cancelled | x | x |
...