Stop all running macros except for the one executed

danielols3n

New member
Hi!

I want to achieve that when I run a macro, all previously executed macros that are running will stop, and then continue with the macro I just executed.

Is there a way to make this (poorly explained) macro behaviour?

Thanks!
 
shouldn't a Macro record of these steps show you the way how to create and edit/optimize after what you are looking for ?
 
The shortcut stop_all_macros will kill all running macros, but it's a bit tricky to use it in macro that also performs another command. Testing it just now, it seems to execute shortcuts that follow it in the same macro immediately (without delay), but any delay intervals result in subsequent commands failing to execute.

This might work for you, but I'd want to test it thoroughly to ensure it's consistent.
 
Back
Top