DBTEAMLOGBackupStatusTag
Objective-C
enum DBTEAMLOGBackupStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGBackupStatusTag : Int, @unchecked Sendable
The DBTEAMLOGBackupStatusTag
enum type represents the possible tag states
with which the DBTEAMLOGBackupStatus
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGBackupStatusDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGBackupStatusEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGBackupStatusOther
Swift
case other = 2