status property
Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.
Implementation
@$pb.TagNumber(12)
BuildEventData_Status get status => $_getN(11);
Implementation
@$pb.TagNumber(12)
set status(BuildEventData_Status v) {
setField(12, v);
}