Ext.LockIsAvailable()

(SBM On-Premise/PaaS only) Determines if the mutex lock is available to be acquired.

Function Signature

 bool Ext.LockIsAvailable( )

Parameters

Parameter Type Description

None

Return

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.

Technical Details

SBM ModScript version: 11.3.

Notes

For details on acquiring script locks, refer to Ext.AcquireLock(). For details on releasing locks, refer to Ext.ReleaseLock().

Note: Ext.LockIsAvailable() is now deprecated because it returns inaccurate results, but is included for compatibility with scripts converted from SBM AppScript.

Related Topics

Extension Functions