DBFILESFileStatusTag
Objective-C
enum DBFILESFileStatusTag : NSInteger {}
Swift
@frozen enum DBFILESFileStatusTag : Int, @unchecked Sendable
The DBFILESFileStatusTag
enum type represents the possible tag states with
which the DBFILESFileStatus
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESFileStatusActive
Swift
case active = 0
-
(no description).
Declaration
Objective-C
DBFILESFileStatusDeleted
Swift
case deleted = 1
-
(no description).
Declaration
Objective-C
DBFILESFileStatusOther
Swift
case other = 2