(
name: string,
clientId: string,
mode: string,
steal: boolean,
ifAvailable: boolean,
callback: InternalLocksBinding.LockGrantedCallback
)
| 19 | readonly LOCK_STOLEN_ERROR: 'LOCK_STOLEN'; |
| 20 | |
| 21 | request( |
| 22 | name: string, |
| 23 | clientId: string, |
| 24 | mode: string, |
no outgoing calls