ReqReaderWriterLock::testUpdate Method [AX 2012]

Tests whether the update lock can be acquired.

Syntax

server public static boolean testUpdate(str _lockName)

Run On

Server

Parameters

  • _lockName
    Type: str
    The name of the lock.

Return Value

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

See Also

Reference

ReqReaderWriterLock Class