stopMethodTracking

stopMethodTracking(targetMethod: Method);

The stopMethodTracking method of the Process class turns off method tracking of the method specified in the targetMethod parameter by the receiving process, which can be any process including the current process. The instruction is ignored if the method specified by the targetMethod parameter is not being tracked.

For more details about method tracking, see Chapter 17, "Tracking Methods", in the JADE Developer’s Reference.