phaseStatus property

StatusType? phaseStatus
final

The current status of the batch build phase. Valid values include:

FAILED
The build phase failed.
FAULT
The build phase faulted.
IN_PROGRESS
The build phase is still in progress.
QUEUED
The build has been submitted and is queued behind other submitted builds.
STOPPED
The build phase stopped.
SUCCEEDED
The build phase succeeded.
TIMED_OUT
The build phase timed out.

Implementation

final StatusType? phaseStatus;