DBFILESCreateFolderBatchJobStatusTag
Objective-C
enum DBFILESCreateFolderBatchJobStatusTag : NSInteger {}
Swift
@frozen enum DBFILESCreateFolderBatchJobStatusTag : Int, @unchecked Sendable
The DBFILESCreateFolderBatchJobStatusTag enum type represents the possible
tag states with which the DBFILESCreateFolderBatchJobStatus union can
exist.
-
The asynchronous job is still in progress.
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusInProgressSwift
case inProgress = 0 -
The batch create folder has finished.
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusCompleteSwift
case complete = 1 -
The batch create folder has failed.
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusFailedSwift
case failed = 2 -
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusOtherSwift
case other = 3
View on GitHub
DBFILESCreateFolderBatchJobStatusTag Enumeration Reference