Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests whether the specified lock can be acquired.
Syntax
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.