Forum Discussion
JavierCollRodri
13 years agoContributor
Hi Gage,
You could try to use Sys.WaitProcess instead of Sys.Process. This will wait X time (it's a parameter) for the process to exist. After that time, the script goes on. You can check it on the help.
I don't know much about VB capabilities, but in JavaScript I create a class in those cases so I put a higher control level of the process.
Hope it helped!
You could try to use Sys.WaitProcess instead of Sys.Process. This will wait X time (it's a parameter) for the process to exist. After that time, the script goes on. You can check it on the help.
I don't know much about VB capabilities, but in JavaScript I create a class in those cases so I put a higher control level of the process.
Hope it helped!