Fixed edge case that prevented the tracked task from not getting removed

This commit is contained in:
dragonmacher 2023-10-19 16:56:34 -04:00
parent 994c999646
commit db49224c25

View file

@ -87,6 +87,7 @@ class BackgroundCommandTask extends Task implements AbortedTransactionListener {
taskMgr.clearTasks(obj);
taskMgr.taskFailed(obj, cmd, monitor);
}
TaskUtilities.removeTrackedTask(this);
return;
}
finally {