resume method

void resume()

Called when data sampling in this trigger is to be resumed.

Starting a trigger implies that all tasks in this trigger is started, which again implies that all Measures in these tasks are started. Therefore, all measures to be started should be 'bundled' into this trigger.

Implementation

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