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
DBFILESRelocationBatchV2LaunchAsyncJobId
Swift
case asyncJobId = 0
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchV2LaunchComplete
Swift
case complete = 1