probes property

List<Probe> probes

Returns a list of the running probes in this task executor.

Implementation

List<Probe> get probes =>
    executors.map((executor) => executor as Probe).toList();