<cfsleep>
Pauses the execution of the page for a given interval
This tag must stand alone — a body/content and closing tag are not allowed.
This tag is also supported within <cfscript>
<cfsleep
time=number
>
| Attribute | Description |
|---|---|
time
number, required
|
edit
Expressed in milli seconds. |
Examples
edit<cftimer label="Nap time" type="outline">
This case take run based upon time.
<cfsleep time=200>
</cftimer>
See also
- Flow Control
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)