DBSHARINGRemoveMemberJobStatusTag
Objective-C
enum DBSHARINGRemoveMemberJobStatusTag : NSInteger {}
                Swift
@frozen enum DBSHARINGRemoveMemberJobStatusTag : Int, @unchecked Sendable
                The DBSHARINGRemoveMemberJobStatusTag enum type represents the possible
tag states with which the DBSHARINGRemoveMemberJobStatus union can exist.
- 
                  
                  
The asynchronous job is still in progress.
Declaration
Objective-C
DBSHARINGRemoveMemberJobStatusInProgressSwift
case inProgress = 0 - 
                  
                  
Removing the folder member has finished. The value is information about whether the member has another form of access.
Declaration
Objective-C
DBSHARINGRemoveMemberJobStatusCompleteSwift
case complete = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGRemoveMemberJobStatusFailedSwift
case failed = 2 
View on GitHub
        DBSHARINGRemoveMemberJobStatusTag Enumeration Reference