Forum Discussion
karkadil
15 years agoValued Contributor
Simply use
Sys.WaitProcess(...).Exists
instead of
Sys.Process(...).Exists
The same suggestion for waiting windows (WaitWindow/WaitWinFormsObject/etc.).
Usage examples can be easily found in the Help.
Sys.WaitProcess(...).Exists
instead of
Sys.Process(...).Exists
The same suggestion for waiting windows (WaitWindow/WaitWinFormsObject/etc.).
Usage examples can be easily found in the Help.