GetBulkExclusiveLock (open)
Get an exclusive lock on multiple objects. Only works within the webserver process!
Syntax
LOADLIB "mod::tollium/lib/applications.whlib";
OBJECT FUNCTION GetBulkExclusiveLock(RECORD ARRAY tags, RECORD options)Parameters
RECORD ARRAY tagsList of tags
RECORD tagThe tag as passed to TolliumScreenBase::GetExclusiveAccess
RECORD optionsOptions
STRING modeMode:
- "try": Try to get the locks, take only the free locks
- "requestclose": Request the locks from the users
- "forceclose": Force close screens of users holding the lock
INTEGER takeovertimeOverride default takeover time