Skip to content
New issue

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

Suggestion: $scriptlistpaused and $scriplisttactive variables. #script working with user-defined lists. #47

Open
JiggeryPonkery opened this issue Jan 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JiggeryPonkery
Copy link

For me, its not enough to tell if a script is in the list. Knowing if its paused or not would be helpful! I know I can just see if its in the list then make SURE its paused, but... Ooh, what if there was a way to define safe pausing within a script? #scriptpause 0 to make sure that it can't be stopped until its done what it needs to do, then #scriptpause 1 to allow pausing again? Which would only work using "all" or the script name itself; if using "#script pause" like for a macro, then that bypasses the #scriptpause stuff. Basically, the ability to deny another script from pausing a script, but not the user from manually pausing. And maybe a #scriptwait ability to then wait until a script is pausable? I got carried away I think, but that sounds groovy.

More robust #script command naming would be neat, too. Instead of one script at a time or "all", doing a pipe-separated list...

@dantiadr dantiadr added the enhancement New feature or request label Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants