probes property

List<Probe> probes

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

Implementation

List<Probe> get probes => taskExecutor?.probes ?? [];