You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion of creating a new trigger ConditionalPeriodicTrigger which check if the Task should be triggered on a periodic timer and NOT on a sampling event as ConditionalSamplingEventTrigger.
The text was updated successfully, but these errors were encountered:
I've implemented this trigger and released as version 0.31.2.
Note, however, that the ConditionalEvaluator function looks like this
typedef ConditionalEvaluator = bool Function();
Hence, there are no DataPoint (as in the ConditionalEventEvaluator function), since the ConditionalPeriodicTrigger on trigger based on a period (and not a data point event).
Suggestion of creating a new trigger ConditionalPeriodicTrigger which check if the Task should be triggered on a periodic timer and NOT on a sampling event as ConditionalSamplingEventTrigger.
The text was updated successfully, but these errors were encountered: