Difference between revisions of "Wait"
From OpenEUO
(Created page with " wait (msec) Temporarily pauses execution of the script for msec milliseconds. Keep durations short if used in a gui thread where events are handled.") |
|||
Line 1: | Line 1: | ||
wait (msec) | wait (msec) | ||
− | Temporarily pauses execution of the script for msec milliseconds. Keep durations short if | + | Temporarily pauses execution of the script for msec milliseconds. Keep durations short if using this command in a gui thread where events are handled. |
Revision as of 17:45, 7 October 2010
wait (msec)
Temporarily pauses execution of the script for msec milliseconds. Keep durations short if using this command in a gui thread where events are handled.