pause method

  1. @mustCallSuper
void pause()

Pause the collection of data for this StudyRuntime.

Implementation

@mustCallSuper
void pause() => _status = StudyStatus.Paused;