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

getTrackedMethodReturnValue

getTrackedMethodReturnValue(): Any;

The getTrackedMethodReturnValue method of the Process class retrieves the return value of the method being tracked.

If the current method is not invoked as a result of a method returning execution or if the tracked method does not have a return value, a null value is returned.

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