DBFILESLockFileResultEntryTag
Objective-C
enum DBFILESLockFileResultEntryTag : NSInteger {}
Swift
@frozen enum DBFILESLockFileResultEntryTag : Int, @unchecked Sendable
The DBFILESLockFileResultEntryTag
enum type represents the possible tag
states with which the DBFILESLockFileResultEntry
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESLockFileResultEntrySuccess
Swift
case success = 0
-
(no description).
Declaration
Objective-C
DBFILESLockFileResultEntryFailure
Swift
case failure = 1