getStatus method

Future<StudyDeploymentStatus> getStatus()

Get the deployment status for this DeploymentReference.

Implementation

Future<StudyDeploymentStatus> getStatus() async =>
    _status = StudyDeploymentStatus.fromJson(
        await _rpc(GetStudyDeploymentStatus(studyDeploymentId)));