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
DBTEAMLOGBackupStatusDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGBackupStatusEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGBackupStatusOtherSwift
case other = 2
View on GitHub
DBTEAMLOGBackupStatusTag Enumeration Reference