DBTEAMLOGExternalDriveBackupStatusTag
Objective-C
enum DBTEAMLOGExternalDriveBackupStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGExternalDriveBackupStatusTag : Int, @unchecked Sendable
The DBTEAMLOGExternalDriveBackupStatusTag
enum type represents the
possible tag states with which the DBTEAMLOGExternalDriveBackupStatus
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusBroken
Swift
case broken = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusCreated
Swift
case created = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusCreatedOrBroken
Swift
case createdOrBroken = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusDeleted
Swift
case deleted = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusEmpty
Swift
case empty = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusUnknown
Swift
case unknown = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusOther
Swift
case other = 6