isStopped property

bool isStopped

Has the study and data collection been stopped?

Implementation

bool get isStopped => (_status == StudyStatus.Stopped);