[#fsbridge-FileLock-TryLock] = xref:fsbridge.adoc[fsbridge]::xref:fsbridge/FileLock.adoc[FileLock]::TryLock :relfileprefix: ../../ :mrdocs: Attempt to acquire the lock without blocking. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool TryLock(); ---- == Return Value True if the lock was acquired, false otherwise (see GetReason()). [.small]#Created with https://www.mrdocs.com[MrDocs]#