getStatus method

Future<StudyDeploymentStatus> getStatus()

Refresh the deployment status for this DeploymentReference from CAWS.

Implementation

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