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 can be collected and uploaded to a DataStreamService. Returns null if studyDeploymentId is not found.

Implementation

Future<StudyDeploymentStatus?> stop(String studyDeploymentId);