Forum Discussion
karkadil
12 years agoValued Contributor
The example is provided by the link above.
All you have to do is to write a function which checks whether the window exists and close it if it does (the KillCalculator function in the example).
Then you need to add a timer (Utils.Timers.Add) in the beginning of the 1st test. After this, the function will be invoked every N milliseconds (N is provided as a parameter for timer).
In general, it works similar to events.
All you have to do is to write a function which checks whether the window exists and close it if it does (the KillCalculator function in the example).
Then you need to add a timer (Utils.Timers.Add) in the beginning of the 1st test. After this, the function will be invoked every N milliseconds (N is provided as a parameter for timer).
In general, it works similar to events.
Related Content
- 10 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago