mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
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:
@@ -64,6 +64,7 @@ class PythonEmbed {
|
||||
bool cancelled;
|
||||
|
||||
bool loaded;
|
||||
long threadid;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user