User Tools

Site Tools


wait

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
wait [2017/05/14 15:31] – external edit 127.0.0.1wait [2017/05/26 15:28] justin
Line 2: Line 2:
 ---- ----
  
-Waits for the specified number of seconds before proceeding.+Waits for the specified number of seconds before proceeding to next statement in the script being executed.
  
 <code python> <code python>
-wait(2)+wait(duration)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|2|Description.|[[String]]|Yes|+|duration|Duration of time to wait (in seconds).|[[Decimal]]|Yes|
  
 ====Example:==== ====Example:====
Line 15: Line 15:
 wait(2) wait(2)
 </code> </code>
-//Results://+//Results:// The script will wait for 2 seconds before proceeding to the next event within that script.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
wait.txt · Last modified: 2021/04/21 18:54 by justin