How to stop a running script?

Jean
Member Posts: 34
**
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
Tagged:
0
Answers
-
Hi @Jean this might be more of a Python question. How do you want to trigger the stop?
0 -
Hi @James Derrick
Indeed, it's more of a Python question.
I finaly found a solution, using thread.1