enabled property

bool enabled
inherited

Is this probe enabled, i.e. available for collection of data using the resume method.

Implementation

bool get enabled =>
    (measure is CAMSMeasure) ? (measure as CAMSMeasure).enabled : true;