Forum Discussion
rraghvani
Champion Level 3
3 years agoIs there any reasons for not wanting to use Waiting for an Object, Process or Window Activation?
You can create a function that accepts an object, within the function have a while statement that checks the state of the object. You can also include a time out period too.
There's also a few examples on the forum.
ashutosh01
3 years agoContributor
to many places i had to put wait so looking for custom function.
- tristaanogre3 years agoEsteemed Contributor
You're still going to have to put that custom function in just as many places.