public interface Cancellable
Cancellable.isCancelled() returns true, then the task will promptly terminate by means of throwing a
CancellationBailoutException.| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled()
Determines if this task has been cancelled.
|