When to use Wait(0)?
Hi All,I have a question regarding what is best practice regarding when to use 'Wait(0)' command in a JSL script.I guess there are times when your script can get ahead of itself in terms of executing code before a previously scripted operation has completed, and putting a wait(x) command after such operations is one way of trying to ensure that the operation completes before continuing with your s...