DBTEAMTeamFolderArchiveJobStatusTag
Objective-C
enum DBTEAMTeamFolderArchiveJobStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMTeamFolderArchiveJobStatusTag : Int, @unchecked Sendable
The DBTEAMTeamFolderArchiveJobStatusTag
enum type represents the possible
tag states with which the DBTEAMTeamFolderArchiveJobStatus
union can
exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBTEAMTeamFolderArchiveJobStatusInProgress
Swift
case inProgress = 0
-
The archive job has finished. The value is the metadata for the resulting team folder.
Declaration
Objective-C
DBTEAMTeamFolderArchiveJobStatusComplete
Swift
case complete = 1
-
Error occurred while performing an asynchronous job from
teamFolderArchive
.Declaration
Objective-C
DBTEAMTeamFolderArchiveJobStatusFailed
Swift
case failed = 2