old-knossos
old-knossos copied to clipboard
InstallTask doesn't abort cleanly
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.