DBASYNCLaunchResultBaseTag
Objective-C
enum DBASYNCLaunchResultBaseTag : NSInteger {}
Swift
@frozen enum DBASYNCLaunchResultBaseTag : Int, @unchecked Sendable
The DBASYNCLaunchResultBaseTag enum type represents the possible tag
states with which the DBASYNCLaunchResultBase union can exist.
-
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Declaration
Objective-C
DBASYNCLaunchResultBaseAsyncJobIdSwift
case asyncJobId = 0
View on GitHub
DBASYNCLaunchResultBaseTag Enumeration Reference