success property

bool get success

True when no step failed (skips are allowed).

Implementation

bool get success => failedCount == 0;