ConflictingLock Interface

Deprecated  in 4.10 Use InUseLock instead.

Detailed information about a particular object Lock that is causing the Lock update conflict. An example of a lock update conflict would be attempting to use LockControl.acquireLocks on an object that is already locked by another Briefcase.

Properties

Name Type Description
briefcaseIds number[] An array of Briefcase ids that hold this lock.  
objectId string Id of the object that is causing conflict.  
state LockState The level of conflicting lock.  

Defined in

Last Updated: 21 November, 2024