DBTEAMLOGLockStatusTag
Objective-C
enum DBTEAMLOGLockStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGLockStatusTag : Int, @unchecked Sendable
The DBTEAMLOGLockStatusTag enum type represents the possible tag states
with which the DBTEAMLOGLockStatus union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGLockStatusLockedSwift
case locked = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGLockStatusUnlockedSwift
case unlocked = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGLockStatusOtherSwift
case other = 2
View on GitHub
DBTEAMLOGLockStatusTag Enumeration Reference