MD
Removes monitoring for a named code module, or all code modules, by deleting them from the list of monitored modules.
Syntax
MD {module_name|*}
Syntax elements
module-name The name of a code module; if none is specified, the current code module is assumed.
* All code modules in the monitored list.
Operation
The named module (if present), or all modules, are removed from the list and the command returns Removed
.
If the list is already empty or the named module is not present, the command does nothing.
Comments
A code module can be any single DataBasic code item; that is, a program, an external subroutine or an external function.
The monitored list can contain any number of modules, but the longer the list the greater the potential performance impact.
The monitored list is unique to a single context and is reset on return to TCL.