Difference between revisions of "Wait"
From OpenEUO
| Line 1: | Line 1: | ||
wait (msec) | 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. | + | Temporarily pauses execution of the script for msec milliseconds. Keep durations short if using this command in a gui thread where object events are handled. |
| + | |||
| + | [[Obj.Loop]] | ||
Revision as of 18:46, 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 object events are handled.