ParallelTasks class

Constructors

ParallelTasks()

Properties

hashCode int
The hash code for this object.
no setterinherited
invocations List<TaskInvocation>
no setter
length int
no setter
mustRunCount int
no setter
phase TaskPhase?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tasks List<TaskWithStatus>
final
upToDateCount int
no setter

Methods

add(TaskWithStatus taskWithStatus) → void
canInclude(TaskWithDeps task) bool
Returns true the given task can be included in this group of tasks.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited