isStopped property
bool
get
isStopped
Determines whether the study deployment has been stopped and no further modifications are allowed.
Implementation
bool get isStopped => _isStopped;
Determines whether the study deployment has been stopped and no further modifications are allowed.
bool get isStopped => _isStopped;