DBSHARINGShareFolderJobStatusTag
Objective-C
enum DBSHARINGShareFolderJobStatusTag : NSInteger {}
Swift
@frozen enum DBSHARINGShareFolderJobStatusTag : Int, @unchecked Sendable
The DBSHARINGShareFolderJobStatusTag enum type represents the possible tag
states with which the DBSHARINGShareFolderJobStatus union can exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBSHARINGShareFolderJobStatusInProgressSwift
case inProgress = 0 -
The share job has finished. The value is the metadata for the folder.
Declaration
Objective-C
DBSHARINGShareFolderJobStatusCompleteSwift
case complete = 1 -
(no description).
Declaration
Objective-C
DBSHARINGShareFolderJobStatusFailedSwift
case failed = 2
View on GitHub
DBSHARINGShareFolderJobStatusTag Enumeration Reference