StudyStatus enum
Describes the status of a Study.
Values
- DeploymentNotStarted → const StudyStatus
-
The study deployment process hasn't been started yet.
- DeploymentStatusAvailable → const StudyStatus
-
Once a deployment for this study has started, and StudyRuntime.status is available, regardless of whether the deployment is now Running or Stopped.
- Deploying → const StudyStatus
-
The study deployment process is ongoing, but not yet completed.
- AwaitingOtherDeviceRegistrations → const StudyStatus
-
Deployment information for this primary device cannot be retrieved yet since other primary devices in the study deployment need to be registered first.
- AwaitingDeviceDeployment → const StudyStatus
-
The study deployment is ready to deliver the deployment information to this primary device.
- DeviceDeploymentReceived → const StudyStatus
-
Deployment information has been received.
- RegisteringDevices → const StudyStatus
-
Deployment can complete after all devices have been registered.
- Deployed → const StudyStatus
-
Study runtime status when deployment has been successfully completed. The PrimaryDeviceDeployment has been retrieved and all necessary plugins to execute the study have been loaded.
- Running → const StudyStatus
-
The study is resumed and is sampling data.
- Stopped → const StudyStatus
-
The study has been stopped, either by this client or researcher.
- DeploymentNotAvailable → const StudyStatus
-
The study deployment is not available.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StudyStatus> - A constant List of the values in this enum, in order of their declaration.