Type of lock when requesting a lock on a file.

Constants

FileLock EXCLUSIVE = const FileLock(2)
const

Exclusive file lock.

FileLock SHARED = const FileLock(1)
const

Shared file lock.

List<FileLock> values = const List<FileLock>
const

A constant List of the values in this enum, in order of their declaration.

Properties

index int
read-only