SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.LockIsAvailable()
(SBM On-Premise/PaaS only) Determines if the mutex lock is available to be acquired.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if a concurrent script lock is available to be acquired. Returns false if the concurrent script lock is not available to be acquired. |
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.