haveAllProbesStopped property

bool haveAllProbesStopped

Are all probes in a stopped state?

Implementation

bool get haveAllProbesStopped =>
    !probes.any((probe) => probe.state != ExecutorState.stopped);