Tags · Functions · Objects
Lucee Tag Reference
Choose a tag:

Tag <CFSLEEP>

Pauses the execution of the page for a given interval

Body

This tag can't have a body.

Example

	<cfsleep
		time="number">
	
This tag is also supported within cfscript
	<cfscript>
		sleep number expression;
	</cfscript>

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name Type Required Description
time number Yes Expressed in milli seconds.