isDeployed property

bool isDeployed
inherited

Has the device deployment been completed successfully?

Implementation

bool get isDeployed => (status == StudyStatus.Deployed);