Share via


WHSPostEngine.tryLockWaveId Method [AX 2012]

Try to acquire a lock on the wave to be processed.

Syntax

protected boolean tryLockWaveId(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