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