DeviceDeploymentStatusTypes enum

The types of device deployment status.

Inheritance

Constructors

DeviceDeploymentStatusTypes()
const

Values

NotDeployed → const DeviceDeploymentStatusTypes

A device deployment status which indicates the correct deployment has not been deployed yet.

Unregistered → const DeviceDeploymentStatusTypes

Device deployment status for when a device has not been registered.

Registered → const DeviceDeploymentStatusTypes

Device deployment status for when a device has been registered.

Deployed → const DeviceDeploymentStatusTypes

Device deployment status when the device has retrieved its PrimaryDeviceDeployment and was able to load all the necessary plugins to execute the study.

Running → const DeviceDeploymentStatusTypes

All primary devices have been successfully deployed and data collection has started on the time specified by startedOn.

NeedsRedeployment → const DeviceDeploymentStatusTypes

Device deployment status when the device has previously been deployed correctly, but due to changes in device registrations needs to be redeployed.

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<DeviceDeploymentStatusTypes>
A constant List of the values in this enum, in order of their declaration.