<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

Expressed in milli seconds.

Examples

<cftimer label="Nap time" type="outline">
 	This case take run based upon time.
	<cfsleep time=200>
</cftimer>

See also