CFEXIT can be used to:
- Abort the processing of the currently executing CFML custom tag.
- Exit the template within the currently executing CFML custom tag.
- Reexecute a section of code within the currently executing CFML custom tag.
METHOD
Optional. Specifies one of the following:
- ExitTag (default) -- Aborts processing of the currently executing CFML custom tag.
- ExitTemplate -- Exits the template of the currently executing CFML custom tag.
- Loop -- Reexecutes the body of the currently executing CFML custom tag.