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
DBTEAMTeamFolderArchiveJobStatusInProgressSwift
case inProgress = 0 -
The archive job has finished. The value is the metadata for the resulting team folder.
Declaration
Objective-C
DBTEAMTeamFolderArchiveJobStatusCompleteSwift
case complete = 1 -
Error occurred while performing an asynchronous job from
teamFolderArchive.Declaration
Objective-C
DBTEAMTeamFolderArchiveJobStatusFailedSwift
case failed = 2
View on GitHub
DBTEAMTeamFolderArchiveJobStatusTag Enumeration Reference