Is it possible to somehow interrupt a macro during execution? #616
Unanswered
MadnessOverflow
asked this question in
Q&A
Replies: 1 comment
-
Hey @MadnessOverflow - simply canceling should work. It doesn't cancel the entire macro, but should cancel the individual step. Macro execution is one of the things I'd like to handle better for sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Moves & Series Script from the QuickAdd examples.
If a movie isn't found the script throws an error but the template after the script still gets executed, resulting in a prompt asking me for a file name (because the script didn't provide one).
Is it possible to interrupt the quickadd macro if an error occurs in the script? This would remove the unnecessary pop-up from the template.
Beta Was this translation helpful? Give feedback.
All reactions