-
-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
Hi !
Is it possible to add the possibility to force kill a script if the first try of stopping the script doesn't work?
Actualy, I think it's a SIGINT or SIGTERM which is sent.
Maybe, on the second time the user click on STOP, we can send a SIGKILL ?
Use case: recently, I develop a python script which prompt a message box is there is a problem.
The problem is through Script-Server, the message box was not displayed. So the script was stuck. So I click on STOP but the script doesn't stop.
I think it could be cool if on the force click on STOP, the button change to "KILL" and if I click on it, it kill the script? :)
Reactions are currently unavailable