DBASYNCLaunchEmptyResultTag
Objective-C
enum DBASYNCLaunchEmptyResultTag : NSInteger {}
Swift
@frozen enum DBASYNCLaunchEmptyResultTag : Int, @unchecked Sendable
The DBASYNCLaunchEmptyResultTag enum type represents the possible tag
states with which the DBASYNCLaunchEmptyResult 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
DBASYNCLaunchEmptyResultAsyncJobIdSwift
case asyncJobId = 0 -
The job finished synchronously and successfully.
Declaration
Objective-C
DBASYNCLaunchEmptyResultCompleteSwift
case complete = 1
View on GitHub
DBASYNCLaunchEmptyResultTag Enumeration Reference