Stops current application
applicationStop()
→ returns void
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.