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
DBFILESRelocationBatchV2JobStatusInProgressSwift
case inProgress = 0 -
The copy or move batch job has finished.
Declaration
Objective-C
DBFILESRelocationBatchV2JobStatusCompleteSwift
case complete = 1
View on GitHub
DBFILESRelocationBatchV2JobStatusTag Enumeration Reference