completedWithoutOutput property
bool
get
completedWithoutOutput
Implementation
bool get completedWithoutOutput =>
requestedCount > 0 && !hasOutput && !hasFailures;
bool get completedWithoutOutput =>
requestedCount > 0 && !hasOutput && !hasFailures;