JobState enum Null safety
states of a job
Constructors
- JobState()
-
const
Values
- pending → const JobState
-
pending
JobState() - running → const JobState
-
job is running
JobState() - failed → const JobState
-
job failed and removed from the queue
JobState() - done → const JobState
-
job done and removed from the queue
JobState() - pendingRetry → const JobState
-
job failed and pending retry
JobState()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited