status property

StudyDeploymentStatus? get status

The latest known deployment status for this master device fetched from CAWS. Returns null if status is not yet known.

Implementation

StudyDeploymentStatus? get status => _status;