SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.HasLock()
(SBM On-Premise/PaaS only) Determines if the current script has a mutex lock.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if the current script has a lock; otherwise, false. |
SBM ModScript version: 11.3.
For details on acquiring script locks, refer to Ext.AcquireLock(). For details on releasing locks, refer to Ext.ReleaseLock().
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.