getStudyDeploymentStatus abstract method

Future<StudyDeploymentStatus> getStudyDeploymentStatus(
  1. String studyDeploymentId
)

Get the status for a study deployment with the given studyDeploymentId.

Implementation

Future<StudyDeploymentStatus> getStudyDeploymentStatus(
    String studyDeploymentId);