isDeployed property

bool isDeployed
inherited

Has the device deployment been completed successfully?

Implementation

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