Stop calculation button #452
Answered
by
steam0r
yanisr
asked this question in
Feature Requests
-
I would be great to have a stop or pause button or shortcut to save computer resources. |
Beta Was this translation helpful? Give feedback.
Answered by
steam0r
Jan 9, 2023
Replies: 1 comment
-
pressing ctrl/cmd-p and selecting these might be what you want? if you want this "patched" you can use "active" in mainloop: and if you somehow want to control this in code or from "the outside" this would be the way to go: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
steam0r
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pressing ctrl/cmd-p and selecting these might be what you want?
if you want this "patched" you can use "active" in mainloop:
and if you somehow want to control this in code or from "the outside" this would be the way to go: