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
DBFILESSaveUrlJobStatusInProgressSwift
case inProgress = 0 - 
                  
                  
Metadata of the file where the URL is saved to.
Declaration
Objective-C
DBFILESSaveUrlJobStatusCompleteSwift
case complete = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESSaveUrlJobStatusFailedSwift
case failed = 2 
View on GitHub
        DBFILESSaveUrlJobStatusTag Enumeration Reference