stop abstract method

Future<StudyDeploymentStatus> stop(
  1. String studyDeploymentId
)

Permanently stop the study deployment with the specified studyDeploymentId. No further changes to this deployment will be allowed and no more data will be collected.

Implementation

Future<StudyDeploymentStatus> stop(String studyDeploymentId);