02-23-2013, 03:08 PM
Quote:If several instances of DoAction can run simultaneously
Exactly what i want
Quote:let OnUsb start it in separate thread: mac "DoAction"
Will try.
Quote:if DoAction is macro, try Properties -> Macro properties -> If a macro is running -> Enqueue
Seems quick and dirty, is it reliable enough (some triggers can be very close in time and DoAction
must enqueue many tasks in few seconds)
Quote:start DoAction in separate thread and insert lock at the beginng of DoActionWas my first try, but if successive calls are not enqueued, hopeless.
Is it the same from shell menu, i can handle many files in different folders via a function
launched from shell menu trigger. The first one always blocks later calls to it.