Lucee Tag Reference
<cftimeout>
No description found
Body
This tag may have a body.
Example
<cftimeout [forcestop=boolean] [onerror=any] [ontimeout=any] [timespan=object]> [</cftimeout>]
This tag is also supported within cfscript
<cfscript> timeout [forcestop=boolean] [onerror=any] [ontimeout=any] [timespan=object] { [...] } </cfscript>
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
forcestop | boolean | No | |
onerror | any | No | |
ontimeout | any | No | |
timespan | any | No | Specifies the maximum amount of time, in seconds, to wait for execution of this tag. |