disorient icon indicating copy to clipboard operation
disorient copied to clipboard

[Feature request] Function of terminating started executable

Open HepoH3 opened this issue 4 years ago • 1 comments

It will be very usefull, if there will be ability to kill started subprocess after receiving new payload. For example, I want to start endless process on receiving payload1 and I want to interrupt it on receiving payload2. It hard enough to do it via compiling new executable which will get proccess id of the old one and kill it, while save subprocess id in order to kill it from parent program would be more 'natural'.

HepoH3 avatar Sep 01 '20 10:09 HepoH3

Thanks for suggestion, I can look into it. Meanwhile, you can probably use taskkill with the process name.

stuomas avatar Sep 02 '20 14:09 stuomas