untrace
Function
Structure
Shell.Trace
Type
val untrace: string -> unit
Syntax
untrace name -> ()
Arguments
- name
- A string.
Values
()
Description
Turns off tracing for the function with identifier name. When the function is next called for, it will not be traced.