<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
>
| 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
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)