stop method
Stop collecting data for this StudyRuntime.
Implementation
@mustCallSuper
Future<void> stop() async => status = StudyStatus.Stopped;
Stop collecting data for this StudyRuntime.
@mustCallSuper
Future<void> stop() async => status = StudyStatus.Stopped;