package saker.util.thread
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
.
public boolean | Checks if the associated operation have been cancelled. |
Checks if the associated operation have been cancelled.
true
if it has been cancelled.