DBFILESRelocationBatchV2JobStatusTag
Objective-C
enum DBFILESRelocationBatchV2JobStatusTag : NSInteger {}
Swift
@frozen enum DBFILESRelocationBatchV2JobStatusTag : Int, @unchecked Sendable
The DBFILESRelocationBatchV2JobStatusTag
enum type represents the possible
tag states with which the DBFILESRelocationBatchV2JobStatus
union can
exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBFILESRelocationBatchV2JobStatusInProgress
Swift
case inProgress = 0
-
The copy or move batch job has finished.
Declaration
Objective-C
DBFILESRelocationBatchV2JobStatusComplete
Swift
case complete = 1