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
DBFILESDeleteBatchJobStatusInProgress
Swift
case inProgress = 0
-
The batch delete has finished.
Declaration
Objective-C
DBFILESDeleteBatchJobStatusComplete
Swift
case complete = 1
-
The batch delete has failed.
Declaration
Objective-C
DBFILESDeleteBatchJobStatusFailed
Swift
case failed = 2
-
(no description).
Declaration
Objective-C
DBFILESDeleteBatchJobStatusOther
Swift
case other = 3