isStopped property

bool isStopped
inherited

Has the study and data collection been stopped?

Implementation

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