DBFILESSaveUrlJobStatusTag
Objective-C
enum DBFILESSaveUrlJobStatusTag : NSInteger {}
Swift
@frozen enum DBFILESSaveUrlJobStatusTag : Int, @unchecked Sendable
The DBFILESSaveUrlJobStatusTag
enum type represents the possible tag
states with which the DBFILESSaveUrlJobStatus
union can exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBFILESSaveUrlJobStatusInProgress
Swift
case inProgress = 0
-
Metadata of the file where the URL is saved to.
Declaration
Objective-C
DBFILESSaveUrlJobStatusComplete
Swift
case complete = 1
-
(no description).
Declaration
Objective-C
DBFILESSaveUrlJobStatusFailed
Swift
case failed = 2