Lines Matching full:cancelled
155 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
159 * returns. To ensure that a task is cancelled as quickly as possible, you should always
389 * <p>This method won't be invoked if the task was cancelled.</p>
449 * Returns <tt>true</tt> if this task was cancelled before it completed
454 * @return <tt>true</tt> if task was cancelled before it completed
464 * fail if the task has already completed, already been cancelled,
465 * or could not be cancelled for some other reason. If successful,
484 * @return <tt>false</tt> if the task could not be cancelled,
502 * @throws java.util.concurrent.CancellationException If the computation was cancelled.
520 * @throws java.util.concurrent.CancellationException If the computation was cancelled.