LockManager::TryLockMutex (open)
Tries to locks a mutex
Syntax
LOADLIB "mod::system/lib/internal/cluster/lockmanager.whlib";
OBJECT FUNCTION TryLockMutex(STRING mutexname, DATETIME wait_until)Parameters
STRING mutexnameName of mutex to lock
DATETIME wait_untilWait max until this time for the lock.