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 serverExecution methods or in clientExecution methods called from serverExecution methods. When executed from a serverExecution method, the only instances included in the array are transient objects that have been created or updated by the serverExecution method.

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