I want if a macro is being launched the other one with the trigger 'macro is running [this macro]' or 'macro is launched' could fire.Hi, @nash,
If you want to keep track of whether a macro is running or not, you can set a global variable with an arbitrary true/false type flag and set the flag to TRUE when the macro is executed and FALSE when it exits, which may satisfy your requirements.
Best Regards,
Liner Seven,
Hi, @nash,I want if a macro is being launched the other one with the trigger 'macro is running [this macro]' or 'macro is launched' could fire.
This could help to manage the macro system.
Of course. But this is not relaiable. Especially if the macro is canceled without setting this variable to its default.Hi, @nash,
Are you familiar with this action?
As already mentioned, if you maintain a flag in a global variable that a particular macro is running, this action allows you to run another macro as soon as a change occurs in that variable.
Regards,
Liner Seven,
The trigger Macro Finished can detect if target macro has ended (also works if do Cancel Macro Actions within that macro)Of course. But this is not relaiable. Especially if the macro is canceled without setting this variable to its default.
I ask to make a similar trigger on the macro's launching event.The trigger Macro Finished can detect if target macro has ended (also works if do Cancel Macro Actions within that macro)