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
DBASYNCLaunchEmptyResultAsyncJobId
Swift
case asyncJobId = 0
-
The job finished synchronously and successfully.
Declaration
Objective-C
DBASYNCLaunchEmptyResultComplete
Swift
case complete = 1