TaskResult enum
The possible result states of a generic task.
Values
- accepted → const TaskResult
-
The task completed with success, nothing had to be modified.
- modified → const TaskResult
-
The task completed with success, but had to modify one or more files that have to be added to the commit again.
- rejected → const TaskResult
-
The task completed, but detected a problem with the commit that must be solved before the commit can be accepted.
Properties
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<
TaskResult> - A constant List of the values in this enum, in order of their declaration.