isStopped property
bool
get
isStopped
Has the study and data collection been stopped?
Implementation
bool get isStopped => (status == StudyStatus.Stopped);
Has the study and data collection been stopped?
bool get isStopped => (status == StudyStatus.Stopped);