FdcDataSetWorkPhase enum

Coarse kind for dataset work reporting.

The enum is intentionally small. It describes the kind of work currently being performed without turning the dataset into a task framework.

Inheritance
Available extensions

Values

idle → const FdcDataSetWorkPhase

No dataset work is active.

open → const FdcDataSetWorkPhase

The dataset is opening or reloading from its source.

filter → const FdcDataSetWorkPhase

A filter query or local filter rebuild is running.

sort → const FdcDataSetWorkPhase

A sort query or local sort rebuild is running.

A global-search query or local search rebuild is running.

applyUpdates → const FdcDataSetWorkPhase

Pending changes are being applied through the adapter.

load → const FdcDataSetWorkPhase

Rows are being loaded for an explicit data operation.

custom → const FdcDataSetWorkPhase

Application-defined dataset work.

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