Search found 1 match

by doormat
Thu Apr 07, 2011 12:17 am
Forum: MQ2::Macros::Help
Topic: Simple Heal Macro
Replies: 8
Views: 3672

Re: Simple Heal Macro

/target is something that is asychronous to your code execution, probably because the client actually generates a packet and waits for a response when a target is changed. When you execute /target it is non-blocking, the result is that any subsequent code that depends upon the Target TLO being chang...