Are macros re-entrant?

Started by emil, October 26, 2011, 08:11:14 AM

Previous topic - Next topic

emil

If a macro is running and it gets triggered again does another instance of the macro start to run even though the first instance is still running?

I had my system running great for a few years without fail but of course I decided to expand.
I'm having a heck of a time getting consistent results now.
ActiveHomePro 3.310
SmartMacros 3.310

Tuicemen

Yes the macro can and will run again if it is already running.
A way to prevent this is use a flag condition that if on the macro won't run
next add a set flag (same as the condition) at the start of the macro.
at the last step of the macro add a clear flag (same number as the set flag)
>!
Please Read Topic:
General Forum Etiquette
Before you post!

emil

ActiveHomePro 3.310
SmartMacros 3.310

SMF spam blocked by CleanTalk