isDeployed property

bool isDeployed

Has the device deployment been completed successfully?

Implementation

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