pause method

  1. @override
void pause()
override

Pause the collection of data for this StudyRuntime.

Implementation

@override
void pause() {
  info('$runtimeType - Pausing data sampling...');
  super.pause();
  executor!.pause();
}