Close all processes when MPS is closed Follow Vignesh M Created September 08, 2017 06:20 HI, For example iam having a exe opened as a process . How to make this process close when MPS is closed??. Regards, Vignesh M
Hi Vignesh,
You can use this application listener method com.intellij.ide.AppLifecycleListener#appWillBeClosed to handle other process you need to close.
Yea it works listener method com.intellij.ide.AppLifecycleListener#appWillBeClosed. Thanks for the response Victor