getCallStack

getCallStack(operation:  Integer;
             target:     Object;
             stack:      ProcessStackArray input): Boolean;

The getCallStack method of the Process class populates the stack parameter with the call stack of the process for the specified operation.

This method returns true if call stack information exists for the specified target; otherwise, it returns false.

The target parameter can be a reference to an invalid object; for example, an object that has already been deleted.

It is the responsibility of the calling method to delete the transient instances of the MethodCallDesc objects returned in the array (for example, by purging the array).

2024.0.01 and higher