Is there a way to gracefully terminate a subprocess, at any time? That is, before exiting, giving the subprocess time to take action before exiting.
I've tried with send_signal()
(as asked here but with no luck)
Is there a way to gracefully terminate a subprocess, at any time? That is, before exiting, giving the subprocess time to take action before exiting.
I've tried with send_signal()
(as asked here but with no luck)