DBFILESRelocationBatchLaunchTag
Objective-C
enum DBFILESRelocationBatchLaunchTag : NSInteger {}
Swift
@frozen enum DBFILESRelocationBatchLaunchTag : Int, @unchecked Sendable
The DBFILESRelocationBatchLaunchTag
enum type represents the possible tag
states with which the DBFILESRelocationBatchLaunch
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
DBFILESRelocationBatchLaunchAsyncJobId
Swift
case asyncJobId = 0
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchLaunchComplete
Swift
case complete = 1
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchLaunchOther
Swift
case other = 2