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
When I do a full index, the list of tasks is shown as complete, but there is some unnamed (!) task running:
Maybe, this is related to #11701
The text was updated successfully, but these errors were encountered:
Related code from TaskProgressView:
EventHandler<WorkerStateEvent> taskHandler = evt -> { if (!isRetainTasks()) { if (evt.getEventType().equals( WorkerStateEvent.WORKER_STATE_SUCCEEDED) || evt.getEventType().equals( WorkerStateEvent.WORKER_STATE_CANCELLED) || evt.getEventType().equals( WorkerStateEvent.WORKER_STATE_FAILED)) { getTasks().remove(evt.getSource()); } } };
Sorry, something went wrong.
Oh, this issue is fixed by #11822. I figured out that I used a wrong link in the PR.
LoayGhreeb
Successfully merging a pull request may close this issue.
When I do a full index, the list of tasks is shown as complete, but there is some unnamed (!) task running:
Maybe, this is related to #11701
The text was updated successfully, but these errors were encountered: