DBTEAMLOGExternalDriveBackupPolicyTag
Objective-C
enum DBTEAMLOGExternalDriveBackupPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGExternalDriveBackupPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGExternalDriveBackupPolicyTag enum type represents the
possible tag states with which the DBTEAMLOGExternalDriveBackupPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupPolicyDefault_Swift
case default_ = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupPolicyDisabledSwift
case disabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupPolicyEnabledSwift
case enabled = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupPolicyOtherSwift
case other = 3
View on GitHub
DBTEAMLOGExternalDriveBackupPolicyTag Enumeration Reference