SLEEP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[:Category:Miscellaneous|{{Up}}]] | ||
|param1=<time | {{Command|syntax=SLEEP <time> | ||
|description=:Stop processing the macro, wait for a defined amount of time and then continue to the next line. | |||
|param1=<time>|param1_desc=Define the number of seconds for the macro to sleep for. | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :SLEEP 0.5 | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] |
Latest revision as of 21:28, 13 August 2010
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