stop method
void
stop()
Stop this study deployment. No further changes to this deployment are allowed and no more data should be collected.
Implementation
void stop() {
_isStopped = true;
_status.status = StudyDeploymentStatusTypes.Stopped;
}