DBFILESRelocationBatchJobStatusTag
Objective-C
enum DBFILESRelocationBatchJobStatusTag : NSInteger {}
Swift
@frozen enum DBFILESRelocationBatchJobStatusTag : Int, @unchecked Sendable
The DBFILESRelocationBatchJobStatusTag enum type represents the possible
tag states with which the DBFILESRelocationBatchJobStatus union can exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBFILESRelocationBatchJobStatusInProgressSwift
case inProgress = 0 -
The copy or move batch job has finished.
Declaration
Objective-C
DBFILESRelocationBatchJobStatusCompleteSwift
case complete = 1 -
The copy or move batch job has failed with exception.
Declaration
Objective-C
DBFILESRelocationBatchJobStatusFailedSwift
case failed = 2
View on GitHub
DBFILESRelocationBatchJobStatusTag Enumeration Reference