DBFILESDeleteBatchJobStatusTag
Objective-C
enum DBFILESDeleteBatchJobStatusTag : NSInteger {}
Swift
@frozen enum DBFILESDeleteBatchJobStatusTag : Int, @unchecked Sendable
The DBFILESDeleteBatchJobStatusTag enum type represents the possible tag
states with which the DBFILESDeleteBatchJobStatus union can exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBFILESDeleteBatchJobStatusInProgressSwift
case inProgress = 0 -
The batch delete has finished.
Declaration
Objective-C
DBFILESDeleteBatchJobStatusCompleteSwift
case complete = 1 -
The batch delete has failed.
Declaration
Objective-C
DBFILESDeleteBatchJobStatusFailedSwift
case failed = 2 -
(no description).
Declaration
Objective-C
DBFILESDeleteBatchJobStatusOtherSwift
case other = 3
View on GitHub
DBFILESDeleteBatchJobStatusTag Enumeration Reference