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
DBTEAMLOGExternalDriveBackupStatusBrokenSwift
case broken = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusCreatedSwift
case created = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusCreatedOrBrokenSwift
case createdOrBroken = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusDeletedSwift
case deleted = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusEmptySwift
case empty = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusUnknownSwift
case unknown = 5 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupStatusOtherSwift
case other = 6 
View on GitHub
        DBTEAMLOGExternalDriveBackupStatusTag Enumeration Reference