isFailed property

bool isFailed

Implementation

bool get isFailed =>
    this == BuildStatus.failed || this == BuildStatus.timeout;