DBASYNCPollEmptyResultTag
Objective-C
enum DBASYNCPollEmptyResultTag : NSInteger {}
                Swift
@frozen enum DBASYNCPollEmptyResultTag : Int, @unchecked Sendable
                The DBASYNCPollEmptyResultTag enum type represents the possible tag states
with which the DBASYNCPollEmptyResult union can exist.
- 
                  
                  
The asynchronous job is still in progress.
Declaration
Objective-C
DBASYNCPollEmptyResultInProgressSwift
case inProgress = 0 - 
                  
                  
The asynchronous job has completed successfully.
Declaration
Objective-C
DBASYNCPollEmptyResultCompleteSwift
case complete = 1 
View on GitHub
        DBASYNCPollEmptyResultTag Enumeration Reference