We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command.isDone() reports false if it is cancelled whileCompletableFuture.isDone() reports true for cancelled.
Command.isDone()
false
CompletableFuture.isDone()
true
The text was updated successfully, but these errors were encountered:
Report done status for Command.isDone() if command was canceled #629
12a0d6f
Polishing #629
aaef4b4
38d7a7e
0adcf82
ae142f3
37c9f14
a7ec7db
0e698e9
No branches or pull requests
Command.isDone()
reportsfalse
if it is cancelled whileCompletableFuture.isDone()
reportstrue
for cancelled.The text was updated successfully, but these errors were encountered: