TolliumScreenBase::BeginLockedWork (open)
Begin transactional work with automatic validation, while keeping a mutex locked
Syntax
LOADLIB "mod::tollium/lib/screenbase.whlib";
OBJECT FUNCTION BeginLockedWork(STRING mutex)
Parameters
STRING mutex
Return value
OBJECT
A transactional work object
Description
This function returns a transactional work object, that keeps a mutex locked while running.