Procedure Wait delays execution in VectorScript for a specified number of seconds.
When paused, a VectorScript routine stops at the point where Wait is encountered.
PROCEDURE Wait(seconds : INTEGER);def vs.Wait(seconds):
return None| Name | Type | Description |
|---|---|---|
| seconds | INTEGER | Number of seconds to pause script execution. |
Wait(3);
{pauses execution for 3 seconds}Availability: from All Versions