Trial_State class final

Describes a Trial state.

Inheritance
  • Object
  • ProtoEnum
  • Trial_State

Constructors

Trial_State(String value)
const
Trial_State.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const Trial_State
The default value for Trial_State.
active → const Trial_State
Indicates that the Trial has been suggested.
infeasible → const Trial_State
Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement.
requested → const Trial_State
Indicates that a specific Trial has been requested, but it has not yet been suggested by the service.
stateUnspecified → const Trial_State
The Trial state is unspecified.
stopping → const Trial_State
Indicates that the Trial should stop according to the service.
succeeded → const Trial_State
Indicates that the Trial is completed successfully.