Project States
The state for a project indicates if the project can or is currently being built. The possible project states are listed below:
| State |
Description |
| building |
A build of the project is currently executing. |
| idle |
The project is not currently building, but is available for triggering. |
| paused |
The project is not currently building, and all triggers for the project will be ignored. |
| pausing |
A build of the project is currently executing, and the project will be paused when the build is complete. All triggers for the project will be ignored. |