/
sysUnlock
sysUnlock
Description
Removes a named lock. If you forget to call it, all locks will be cleared at the termination of the script.
Parameters
Return Type
None
Examples
Example 1
sysUnlock("TEST-123");
Issue TEST-123 is now unlocked and may be edited by other SIL scripts which are now doing sysLock().
Example 2
Similar to the example above but uses the package.
use "system";
unlock("TEST-123");
Issue TEST-123 is now unlocked and may be edited by other SIL scripts which are now doing sysLock().
See also
, multiple selections available,
Related content
sysUnlock
sysUnlock
More like this
sysLock
sysLock
More like this
sysLock
sysLock
More like this
Locking Issues
Locking Issues
More like this
getSlaInformation
getSlaInformation
More like this
getSlaInformation
getSlaInformation
More like this