Are all probes in a stopped state?
bool get haveAllProbesStopped => !probes.any((probe) => probe.state != ExecutorState.stopped);