RunStatus enum
Run status values.
Values
- queued → const RunStatus
-
The run is queued.
const RunStatus._('queued') - inProgress → const RunStatus
-
The run is in progress.
const RunStatus._('in_progress') - requiresAction → const RunStatus
-
The run requires action (tool outputs).
const RunStatus._('requires_action') - cancelling → const RunStatus
-
The run is cancelling.
const RunStatus._('cancelling') - cancelled → const RunStatus
-
The run was cancelled.
const RunStatus._('cancelled') - failed → const RunStatus
-
The run failed.
const RunStatus._('failed') - completed → const RunStatus
-
The run completed successfully.
const RunStatus._('completed') - incomplete → const RunStatus
-
The run is incomplete.
const RunStatus._('incomplete') - expired → const RunStatus
-
The run expired.
const RunStatus._('expired')
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
-
toJson(
) → String - Converts to JSON string.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited