BuildRunnerAction class

Constructors

BuildRunnerAction(Logger logger, String path, String name, bool throwOnFail)

Properties

cancellationStackTrace StackTrace
The stack trace at the time this cancellable was created.
finalinherited
hasBeenCancelled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
Whether or not the operation has been cancelled.
no setterinherited
logger ↔ Logger
getter/setter pair
name String
getter/setter pair
path String
getter/setter pair
progress InterruptibleProgress
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throwOnFail bool
getter/setter pair

Methods

clean() Future
detach() → void
Detatches from the CancellationToken. This should be called after completing without cancellation.
inherited
maybeAttach(CancellationToken? token) bool
Attaches to the CancellationToken only if it hasn't already been cancelled. If the token has already been cancelled, onCancel is called instead.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCancel(Exception cancelException) → void
Called when the attached token is cancelled.
run() Future
toString() String
A string representation of this object.
inherited

Operators

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