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.