StudyStatus enum

Describes the possible status' of a StudyRuntime.

Inheritance

Constructors

StudyStatus()
const

Values

DeploymentNotStarted → const StudyStatus

The study deployment process hasn't been started yet.

Deploying → const StudyStatus

The study deployment process is ongoing, but not yet completed. The state of the deployment can be tracked using deploymentStatus.

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.

DeploymentReceived → const StudyStatus

Deployment information has been received.

RegisteringDevices → const StudyStatus

Deployment can complete after StudyRuntime.remainingDevicesToRegister have been registered.

Deployed → const StudyStatus

Study runtime status when deployment has been successfully completed. The MasterDeviceDeployment 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.

Paused → const StudyStatus

The study is paused and is not sampling data.

Stopped → const StudyStatus

The deployment has been permanently stopped, either by this client or a researcher.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.