pause method

void pause()

Called when data sampling in this trigger is to paused.

Stopping a trigger implies that all tasks in this trigger is paused, which again implies that all Measures in these tasks are paused.

Implementation

void pause() => executor.pause();