SLEEP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=SLEEP <time in milliseconds> |description=*DESCRPTION* |param1=<time in milliseconds>|param1_desc=Define the amount of time you wish the -program?- to sleep for. |param2=...
 
MikeO (talk | contribs)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=SLEEP <time in milliseconds>
[[:Category:Miscellaneous|{{Up}}]]
|description=*DESCRPTION*
 
{{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.


|param1=<time in milliseconds>|param1_desc=Define the amount of time you wish the -program?- to sleep for.
|param2=<>|param2_desc=
|param3=<>|param3_desc=
|param4=<>|param4_desc=
|param5=<>|param5_desc=
|param6=<>|param6_desc=
|param7=<>|param7_desc=
}}
}}


===Example===
===Example===
:- SLEEP 1888
:SLEEP 0.5


[[Category:Miscellaneus]]
[[Category:Miscellaneous]]

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