LOTUSSCRIPT LANGUAGE


CodeUnlock function
Releases the lock, making it available for the next agent requesting it.

Syntax

CodeUnlock (lockID )

Elements

lockID


Return values
Usage

Releases the lock specified by ID. Bear in mind that CodeLock and CodeUnLock should always be done in pairs; failure to adhere to this practice will lead to unexpected results.

Extended examples: lock functions

See Also