DBFILESFileLockContentTag
Objective-C
enum DBFILESFileLockContentTag : NSInteger {}
Swift
@frozen enum DBFILESFileLockContentTag : Int, @unchecked Sendable
The DBFILESFileLockContentTag enum type represents the possible tag states
with which the DBFILESFileLockContent union can exist.
-
Empty type to indicate no lock.
Declaration
Objective-C
DBFILESFileLockContentUnlockedSwift
case unlocked = 0 -
A lock held by a single user.
Declaration
Objective-C
DBFILESFileLockContentSingleUserSwift
case singleUser = 1 -
(no description).
Declaration
Objective-C
DBFILESFileLockContentOtherSwift
case other = 2
View on GitHub
DBFILESFileLockContentTag Enumeration Reference