status property

StudyDeploymentStatusTypes? status
getter/setter pair

The status of this device deployment:

  • Invited
  • DeployingDevices
  • Running
  • Stopped

Implementation

// @JsonKey(includeFromJson: true, includeToJson: true)
StudyDeploymentStatusTypes? status = StudyDeploymentStatusTypes.Invited;