background image
<< Handling Exceptions | Java Vuser Scripts >>
<< Handling Exceptions | Java Vuser Scripts >>

Setting Timeouts

Creating Vuser Scripts
Chapter 24, page 412
Baan Vuser Scripts · Creating Baan Vuser Scripts
In
Setting Timeouts
You can set the default timeout period for your functions. This timeout is applied to
all functions using synchronization, such as obj_wait_info, win_wait_info, etc.
In functions containing a parameter specifying a timeout period (such as
set_window), the specified timeout overrides the default timeout.
button_press ("F3_Continue");
win_wait_info("ttstpsplopen : Select Device [000]","displayed","0",10);