Returns a list of the probes in this task executor.
List<Probe> get probes => executors.map((executor) => executor as Probe).toList();