ESC or ^C to stop long running Python script

.. when a chart script gets caught in a runaway loop let the
   user interrupt it with the ESC or ^C key.
This commit is contained in:
Mark Liversedge
2017-11-24 19:32:07 +00:00
parent 27696e5486
commit ab82ea004f
3 changed files with 22 additions and 22 deletions

View File

@@ -64,6 +64,7 @@ class PythonEmbed {
bool cancelled;
bool loaded;
long threadid;
};
#endif