isSuccessful property

bool get isSuccessful

true if it does NOT abort the build (ok or ignored).

Implementation

bool get isSuccessful => this != error;