11-21-2015, 05:38 AM
QM can wait process or function ends using handle like below
__handle A = mac("function1")
wait 0 H A
runs and waits function1 until ends
__handle A = mac("function1")
wait 0 H A
runs and waits function1 until ends
