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
DBSHARINGRemoveMemberJobStatusInProgress
Swift
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
DBSHARINGRemoveMemberJobStatusComplete
Swift
case complete = 1
-
(no description).
Declaration
Objective-C
DBSHARINGRemoveMemberJobStatusFailed
Swift
case failed = 2