getStudyDeploymentStatusList abstract method

Future<List<StudyDeploymentStatus>> getStudyDeploymentStatusList(
  1. List<String> studyDeploymentIds
)

Get the statuses for a set of deployments with the specified studyDeploymentIds.

Implementation

Future<List<StudyDeploymentStatus>> getStudyDeploymentStatusList(
  List<String> studyDeploymentIds,
);