We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like while a script is running, MSTerminal sits in its runCycles method, until coopRunner reports isFinished().
runCycles
coopRunner
isFinished()
So, maybe we could put an abort flag on MSTerminal, and have runCycles bail out when the runner is finished or when abort is true?
abort
This is needed for JoeStrout/miniscript-tryit#1
The text was updated successfully, but these errors were encountered:
Add abortCodeRun function. Fix sebnozzi#2.
abortCodeRun
a24bb25
Well I guess we should keep this open until I make a PR and it gets merged in.
Sorry, something went wrong.
No branches or pull requests
It looks like while a script is running, MSTerminal sits in its
runCycles
method, untilcoopRunner
reportsisFinished()
.So, maybe we could put an
abort
flag on MSTerminal, and haverunCycles
bail out when the runner is finished or whenabort
is true?This is needed for JoeStrout/miniscript-tryit#1
The text was updated successfully, but these errors were encountered: