setSaveLockCallStack

setSaveLockCallStack(saveLockCallStack: Boolean): Boolean;

The setSaveLockCallStack method of the Process class specifies whether JADE saves the current call stack information when a process locks an object.

If the value of the saveLockCallStack parameter is true, the call stack is saved when the receiving process locks an object. A parameter value of false stops saving this information. The method returns true if the call stack was being saved before calling this method; otherwise it returns false.

Calling this method overrides the value of the DefaultProcessSaveLockCallStack parameter in the [JadeClient] section and the value of the DefaultProcessSaveLockCallStack parameter in the [JadeServer] section of the initialization file.

2016.0.01 and higher