useUpdateLocks

useUpdateLocks(b: Boolean);

The useUpdateLocks method of the Process class automatically enables update locks on objects. Set the value of the b parameter to true if you want the automatic lock applied when an object is first updated to be an update lock rather than an exclusive lock. Set the parameter to false if you want to disable the use of the update lock.

If you do not enable update locks, it is still possible to apply an update lock explicitly to an object by using the updateLock method of the Object class or the lock method specifying Update_Lock for the lockType parameter.