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
DBSHARINGShareFolderJobStatusInProgress
Swift
case inProgress = 0
-
The share job has finished. The value is the metadata for the folder.
Declaration
Objective-C
DBSHARINGShareFolderJobStatusComplete
Swift
case complete = 1
-
(no description).
Declaration
Objective-C
DBSHARINGShareFolderJobStatusFailed
Swift
case failed = 2