Example: TE_wait_silent

In the following example, the script execution will wait three seconds for the screen to stabilize. If after ten seconds, the screen has not finished redrawing and is not stable, the function returns an error.

TE_wait_silent (3, 0, 10);