BuildStatus enum
Fields
| None = 0 | No status. |
| InProgress = 1 | The build is currently in progress. |
| Completed = 2 | The build has completed. |
| Cancelling = 4 | The build is cancelling |
| Postponed = 8 | The build is inactive in the queue. |
| NotStarted = 32 | The build has not yet started. |
| All = 47 | All status. |