<cfsleep>
Pauses the execution of the page for a given interval
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfsleep
time=number
>
Examples
<cftimer label="Nap time" type="outline">
This case take run based upon time.
<cfsleep time=200>
</cftimer>
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)