resumeCondition property

ConditionalEvent? resumeCondition
getter/setter pair

The specific sampling value to compare with for resuming this trigger.

When comparing, the Datum.equivalentTo method. is used. Hence, the sampled datum must be "equivalent" to this resumeCondition in order to start sampling based on an event. Note that the equivalentTo method must be overwritten in application-specific Datum classes to support this.

If resumeCondition is null, sampling will be triggered / resumed on every sampling event that matches the specified measureType.

Implementation

ConditionalEvent? resumeCondition;