Outcome of trying to acquire a directory lock.
Synopsis
Declared in <util/fs_helpers.h>
enum class LockResult : int;
Members
Name |
Description |
|
The directory lock was acquired. |
|
The lock file could not be created or written. |
|
The directory is already locked by another process. |
Non-Member Functions
Name |
Description |
Acquire an exclusive lock on a directory via a lock file. |
Created with MrDocs