saker.build Documentation TaskDoc JavaDoc Packages
public interface ThreadUtils.OperationCancelMonitor
Interface provided to task runner implementation which can signal cancellation of the operation.

If a task running is cancelled, the isCancelled() method should return true.

Methods
public boolean
Checks if the associated operation have been cancelled.
public abstract boolean isCancelled()
Checks if the associated operation have been cancelled.
true if it has been cancelled.