getStatus method
Refresh the deployment status for this DeploymentReference from CAWS.
Implementation
Future<StudyDeploymentStatus> getStatus() async =>
_status = StudyDeploymentStatus.fromJson(
await _rpc(GetStudyDeploymentStatus(studyDeploymentId)));