Ext.HasLock()

(SBM On-Premise/PaaS only) Determines if the current script has a mutex lock.

Function Signature

 bool Ext.HasLock()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if the current script has a lock; otherwise, false.

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().

Related Topics

Extension Functions