Tcl_BackgroundException (3) Linux Manual Page
Tcl_BackgroundException, Tcl_BackgroundError – report Tcl exception that occurred in background processing Synopsis #include <tcl.h> Tcl_BackgroundException(interp, code) Tcl_BackgroundError(interp) Arguments Tcl_Interp *interp (in) Interpreter in which the exception occurred. int code (in) The exceptional return code to be reported. Description This procedure is typically invoked when a Tcl exception (any return code other than TCL_OK) occurs during…
