Solved
Forum Discussion
Andrey_M
11 years agoContributor
Hi Joseph.
Use WaitProcess instead:
If ( Sys.WaitProcess( "MyProcess", 1000 ).Exists ) then...
1000 = waiting time in ms. If you don't need to wait your process to appear, just omit this parameter.
Use WaitProcess instead:
If ( Sys.WaitProcess( "MyProcess", 1000 ).Exists ) then...
1000 = waiting time in ms. If you don't need to wait your process to appear, just omit this parameter.