ExistingWorkPolicy enum

An enumeration of the conflict resolution policies in case of a collision.

Inheritance

Constructors

ExistingWorkPolicy()
const

Values

append → const ExistingWorkPolicy

If there is existing pending (uncompleted) work with the same unique name, append the newly-specified work as a child of all the leaves of that work sequence.

update → const ExistingWorkPolicy

If there is existing pending (uncompleted) work with the same unique name, it will be updated the new specification.

keep → const ExistingWorkPolicy

If there is existing pending (uncompleted) work with the same unique name, do nothing.

replace → const ExistingWorkPolicy

If there is existing pending (uncompleted) work with the same unique name, cancel and delete it.

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