Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pausing between macros
#2
If you want just to synchronize two macros so that the last macro would not be lost, all is simple. If all three items are "Macro" (not "Function"), this hapens automatically when main macro (one that launches two others) ends. If main macro actually is "Function", go to the Properties dialog of the last macro and select On conflict: Wait.

If main macro actually must wait for another macro launched by mac, or another macros actually are functions, then you need QM 2.1.2. Now mac returns thread handle, and wait function can wait for it. There is example under wait. Of course it will not work if caller and callee both are "Macro".


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)