applicationStop

Stops current application

applicationStop() → returns void

Links more information about applicationStop

Examples
Sample code invoking the applicationStop function

Halt the application.

var applicationRequiresHalt = true;
if(applicationRequiresHalt) applicationStop();
writeOutput("Still Running");

Expected Result: // We don't expect anything to happen after the application has been stopped.

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub