ReqReaderWriterLock::testInternal Method [AX 2012]

Tests whether the specified lock can be acquired.

server private static boolean testInternal(str _lockName, ReqAppLockMode _mode)

Run On

Server

Parameters

_lockName
Type: str
The name of the lock.
_mode
Type: ReqAppLockMode Enumeration
The type of the lock.

Return Value

Type: boolean
true if the lock can be acquired; otherwise, false.
Show: