tomography / scanscripts

Experiment scanning scripts at APS
http://scanscripts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Make sure the "Stop" button in the GUI stops the script cleanly #8

Open canismarko opened 7 years ago

canismarko commented 7 years ago

Is it possible to have the GUI send the KeyboardInterrupt signal to the script? This would be ideal so that the calling script can easily be wrapped in a try...except block.