status property

bool? status
getter/setter pair

True if the Pipeline is in a valid state.

Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.

Implementation

core.bool? status;