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
DBTEAMLOGExternalDriveBackupPolicyDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupPolicyEnabled
Swift
case enabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGExternalDriveBackupPolicyOther
Swift
case other = 3