DBASYNCPollResultBaseTag
Objective-C
enum DBASYNCPollResultBaseTag : NSInteger {}
Swift
@frozen enum DBASYNCPollResultBaseTag : Int, @unchecked Sendable
The DBASYNCPollResultBaseTag enum type represents the possible tag states
with which the DBASYNCPollResultBase union can exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBASYNCPollResultBaseInProgressSwift
case inProgress = 0
View on GitHub
DBASYNCPollResultBaseTag Enumeration Reference