addLockCallStackFilter

addLockCallStackFilter(classList: ParamListType);

The addLockCallStackFilter method of the Process class enables you to define a filter to restrict the saving of lock call stack information to instances of specific classes only. By default, the lock call stack is saved for all objects that the process locks.

You can call this method for any running Process instance in the system.

The code fragment in the following example shows the use of the addLockCallStackFilter method.

process.addLockCallStackFilter(Customer, Account, SaleItem);

2016.0.01 and higher