Hi,
I develop a script which can run during many minutes/hours. But sometimes, it could be useful to stop the running script, but I don't know how to do this.
Any idea ?
Regards, Jean
Hi @Jean this might be more of a Python question. How do you want to trigger the stop?
Hi @James Derrick Indeed, it's more of a Python question. I finaly found a solution, using thread.