LOTUSSCRIPT LANGUAGE
Syntax
DestroyLock (lockID As Integer)
Elements
lockID
Any agent that uses locks should be sure to use the DestroyLock function when they are done using a lock. If the lock is not destroyed, it will continue to use system resources as no one can use that lock again until the agent exits.
Extended examples: lock functions
See Also