DBFILESDeleteBatchLaunchTag
Objective-C
enum DBFILESDeleteBatchLaunchTag : NSInteger {}
Swift
@frozen enum DBFILESDeleteBatchLaunchTag : Int, @unchecked Sendable
The DBFILESDeleteBatchLaunchTag enum type represents the possible tag
states with which the DBFILESDeleteBatchLaunch 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
DBFILESDeleteBatchLaunchAsyncJobIdSwift
case asyncJobId = 0 -
(no description).
Declaration
Objective-C
DBFILESDeleteBatchLaunchCompleteSwift
case complete = 1 -
(no description).
Declaration
Objective-C
DBFILESDeleteBatchLaunchOtherSwift
case other = 2
View on GitHub
DBFILESDeleteBatchLaunchTag Enumeration Reference