enabled property

bool enabled
inherited

Is this probe enabled, i.e. should run.

Implementation

bool get enabled => measure.enabled ?? true;