ns_adp_break - Stop processing of the current ADP
This command stops processing of the current ADP by throwing a Tcl error along with an "ADP exception" of ADP_BREAK. Unlike ns_adp_abort, any output in the ADP buffer is preserved and queued to be sent to the client. The optional retval becomes the return value of the ADP if specified, otherwise an empty string is returned.
if {$serveThisADP == 0} { ns_adp_break }
ns_adp, ns_adp_abort, ns_adp_break, ns_adp_close, ns_adp_ctl, ns_adp_dump, ns_adp_flush, ns_adp_return, ns_adp_stream