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
DBTEAMLOGLockStatusLocked
Swift
case locked = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGLockStatusUnlocked
Swift
case unlocked = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGLockStatusOther
Swift
case other = 2