stop method
Permanently stop the study deployment with the specified studyDeploymentId
.
No further changes to this deployment will be allowed and no more data
can be collected and uploaded to a DataStreamService
.
Returns null if studyDeploymentId
is not found.
Implementation
@override
Future<StudyDeploymentStatus> stop(String studyDeploymentId) async =>
StudyDeploymentStatus.fromJson(await _rpc(Stop(studyDeploymentId)));