Types
BuildStatus
Lifecycle statuses for build.
enum
BuildStatusValues
QUEUED
Represents the queued status for build.
PREPARING
Represents the preparing status for build.
RUNNING
Represents the running status for build.
SUCCEEDED
Represents the succeeded status for build.
FAILED
Represents the failed status for build.
CANCELLED
Represents the cancelled status for build.