start method

  1. @mustCallSuper
void start()

Start collecting data for this StudyRuntime.

Implementation

@mustCallSuper
void start() => _status = StudyStatus.Running;