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
DBFILESRelocationBatchJobStatusInProgress
Swift
case inProgress = 0
-
The copy or move batch job has finished.
Declaration
Objective-C
DBFILESRelocationBatchJobStatusComplete
Swift
case complete = 1
-
The copy or move batch job has failed with exception.
Declaration
Objective-C
DBFILESRelocationBatchJobStatusFailed
Swift
case failed = 2