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
Right now, a plain Command reports isDone() == false when completed exceptionally. We should for consistency report correctly the done flag.
Command
isDone() == false
The text was updated successfully, but these errors were encountered:
Correctly report isDone if Command completed with completeExceptionally
b6ca25e
#1433
Polishing #1433
fd4dea4
Tweak Javadoc.
811789b
0268655
No branches or pull requests
Right now, a plain
Command
reportsisDone() == false
when completed exceptionally. We should for consistency report correctly the done flag.The text was updated successfully, but these errors were encountered: