SLEEP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:Miscellaneous|{{Up}}]] | [[:Category:Miscellaneous|{{Up}}]] | ||
{{Command|syntax=SLEEP <time in | {{Command|syntax=SLEEP <time in seconds> | ||
|description=:Stop the macro for a defined amount of time. | |description=:Stop processing the macro, wait for a defined amount of time and then continue to the next line. | ||
|param1=<time in | |param1=<time in seconds>|param1_desc=Define the amount of time for the macro to sleep for. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:SLEEP | :SLEEP 0.5 | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] |
Revision as of 17:32, 3 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 amount of time for the macro to sleep for.
Example
- SLEEP 0.5