start method

  1. @mustCallSuper
void start()

Start collecting data for this StudyRuntime.

Implementation

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