Returns {@code true} if this CompletableFuture was cancelled before it completed normally.
Returns {@code true} if this CompletableFuture completed exceptionally, in any way. Possible causes include cancellation, explicit invocation of {@code completeExceptionally}, and abrupt termination of a CompletionStage action.
Returns {@code true} if completed in any fashion: normally, exceptionally, or via cancellation.