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
DBASYNCPollEmptyResultInProgress
Swift
case inProgress = 0
-
The asynchronous job has completed successfully.
Declaration
Objective-C
DBASYNCPollEmptyResultComplete
Swift
case complete = 1