allInstancesWithSavedCallStack
allInstancesWithSavedCallStack(operation: Integer; objArray: ObjectArray input);
The allInstancesWithSavedCallStack method of the Process class populates the array specified in the objArray parameter with all objects that have a saved call stack for the specified operation.
Do not use the allInstancesWithSavedCallStack method in
If executed from a clientExecution method called from a serverExecution method, it does not include any transient objects that were created in the serverExecution method and not yet accessed by the clientExecution methods.
2022.0.03 and higher