SLEEP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
 
Line 4: Line 4:
|description=:Stop processing the macro, wait for a defined amount of time and then continue to the next line.
|description=:Stop processing the macro, wait for a defined amount of time and then continue to the next line.


|param1=<time in seconds>|param1_desc=Define the amount of time for the macro to sleep for.
|param1=<time>|param1_desc=Define the number of seconds for the macro to sleep for.


}}
}}

Latest revision as of 21:28, 13 August 2010

Up

Command

SLEEP


Stop processing the macro, wait for a defined amount of time and then continue to the next line.

Parameters

Define the number of seconds for the macro to sleep for.

Example

SLEEP 0.5