Abstract
The progress, a value between 0.0 and 1.0 (inclusive).
Gets the progress weight.
Abstract
runRuns the action asynchronously.
A cancellation token which the action can check while running if the action still can continue.
true if the action was successful, false if the action failed or was cancelled.
A base class implementation of IUFQueueableAction that can be used to implement actions. It adds support for IUFWeightedProgress.
Subclasses must implement the run method.