cancel

fun cancel(cause: CancellationException?): Boolean(source)

Cancel the job.

If the job's state is Executing, cancellation will defer to the job's ExecutionPolicy.Cancellation.

If cancelled, cancellationException will be set, onFailure will be invoked with CancellationException to indicate cancellation, and all invokeOnCompletion callbacks will be run.

Return

true if cancellation was successful.