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