Difference between revisions of "Ns markfordelete"
Jump to navigation
Jump to search
(imported from WiKit id 599) |
|||
Line 21: | Line 21: | ||
---- | ---- | ||
− | [[Category Documentation]] - [[Category Core Tcl API]] | + | [[Category:Documentation]] - [[Category:Core Tcl API]] |
Latest revision as of 19:13, 7 February 2009
Man page: http://aolserver.com/docs/tcl/ns_markfordelete.html
NAME
ns_markfordelete - Mark the current Tcl interp to be deleted on next cleanup
SYNOPSIS
ns_markfordelete
DESCRIPTION
This command marks the current Tcl interp to be deleted on next cleanup. This is useful when it's necessary to delete an interp after it has been modified in a way that cannot be safely cleaned up, such as by the TclPro debugger.
SEE ALSO
-