CLEAR.LOCKS |
![]() ![]() ![]() |
The CLEAR.LOCKS command releases task locks.
Format
CLEAR.LOCKS {lock.number}
where
@SYSTEM.RETURN.CODE is set to the lock number if releasing a single lock or 64 if releasing all locks. Errors result in negative error code values.
Examples
CLEAR.LOCKS 5 Released task lock 5
This example shows the CLEAR.LOCKS command used to release a specific task lock.
CLEAR.LOCKS All task locks released
This command releases all task locks held by the process.
See also: |