SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.HasLock( )
Determines if a script in execution has a lock. For details on acquiring script locks, refer to Ext.AcquireLock( [msTimeout] ). For details on releasing locks, refer to Ext.ReleaseLock().
None.
Returns true if the current script that is running has a lock. Returns false if the script does not have a lock.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.