status property

StudyDeploymentStatus? status

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

Implementation

StudyDeploymentStatus? get status => _status;