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
DBFILESFileLockContentUnlocked
Swift
case unlocked = 0
-
A lock held by a single user.
Declaration
Objective-C
DBFILESFileLockContentSingleUser
Swift
case singleUser = 1
-
(no description).
Declaration
Objective-C
DBFILESFileLockContentOther
Swift
case other = 2