Outcome of trying to acquire a directory lock.

Synopsis

Declared in <util/fs_helpers.h>

enum class LockResult : int;

Members

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.

Non-Member Functions

Name

Description

LockDirectory

Acquire an exclusive lock on a directory via a lock file.

Created with MrDocs