Are all probes in a paused state?
bool get haveAllProbesPaused => !probes.any((probe) => probe.state != ExecutorState.Paused);