Share via


WHSPostEngine.tryLockInventLocation Method [AX 2012]

Try to acquire a lock on the wave table inventory location.

Syntax

protected boolean tryLockInventLocation(boolean _throwErrorOnFailure)

Run On

Called

Parameters

  • _throwErrorOnFailure
    Type: boolean
    A Boolean value that indicates if an error must be thrown in case the lock could not be acquired.

Return Value

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

See Also

Reference

WHSPostEngine Class