CFPAUSE

Pauses the execution of the request for a given amount of time

Usage

<cfpause>

Attributes

Attribute default required summary
ATTRIBUTECOLLECTION A structure containing the tag attributes
INTERVAL The number of seconds to pause for

Extra

<!--- The page execution will pause/hang here for 5 seconds --->
<cfpause interval="5">