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.
Decreases the nesting level.
Syntax
private int decreaseNestingLevel(str _lockName)
Run On
Server
Parameters
- _lockName
Type: str
The lock name.
Return Value
Type: int
The current nesting level.
Exceptions
Exception | Condition |
---|---|
Error | The current nesting level is zero and the attempt is made to decrease it again. |