[Jepp-users] Interrupting a script execution
Brought to you by:
mrjohnson0
From: Fabrice I. <il...@ma...> - 2014-09-08 16:37:29
|
Hello all, I was wondering how I could stop a program looping during JEP execution. Has anyone tried to do something like that? I read that the CTRL+C was a signal sent by the system to the application so I tried to send the SIGINT to the java process to see happened. The result was ugly: instant death. :/ Bye Fabrice |