LocalLockManager::TryLockLocalMutex (open)
Try to lock a process-local mutex by name
Syntax
LOADLIB "wh::ipc.whlib";
OBJECT FUNCTION TryLockLocalMutex(STRING name, DATETIME waituntil)Parameters
STRING nameName of the mutex to lock
DATETIME waituntilWait until this time to lock.
Return value
OBJECTMutex-lock object (or DEFAULT OBJECT if not able to lock in time)