old-knossos icon indicating copy to clipboard operation
old-knossos copied to clipboard

InstallTask doesn't abort cleanly

Open ngld opened this issue 8 years ago • 0 comments

The task needs to clean up any created files. This will most likely require changes to the Task class because that code needs to run in the background, too.

There seems to be a race-condition where sometimes the next step is triggered even though the task was cancelled.

ngld avatar Nov 09 '17 04:11 ngld