Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > stopMethodTracking

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.

This method is not available on a Compact JADE node, where it would result in a 1068 - Feature not available exception.

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