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

    DBASYNCPollResultBaseInProgress

    Swift

    case inProgress = 0