smith-chem-wisc / Spritz

Software for RNA-Seq analysis to create sample-specific proteoform databases from RNA-Seq data
https://smith-chem-wisc.github.io/Spritz/
MIT License
7 stars 11 forks source link

Killing GUI should kill CMD process being run by EverythingRunner #151

Closed acesnik closed 4 years ago

acesnik commented 5 years ago

Currently, the CMD.exe process will keep running in the background if the user exits the GUI.

Maybe we can keep track of the process spawned by the EverythingRunner task. Or at least store the PID, so that we can kill it later. There is a close method for the GUI windows that can be overridden to do some of this stuff.

@lonelu Could you take this on?

acesnik commented 4 years ago

Thanks @bintiibrahim for doing this in the new version.