Wait_For_Screen_Update_With_Timeout

Suspends the current script until the screen has been updated or the specified number of milliseconds have passed. Returns TRUE if the screen was updated, FALSE if the timeout occurred.

Parameters

Value1

The number of milliseconds that the script suspends.

Format

Wait_For_Screen_Update_With_Timeout(Value1)

Example

Script(Wait_For_Screen_Update_With_Timeout_Test)
Activate(From_Menu)
Message("Waiting a few seconds for screen update", 0)
Wait_For_Screen_Update_With_Timeout(3000)
Message_Clear
Return

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal