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
DBFILESCreateFolderBatchJobStatusInProgress
Swift
case inProgress = 0
-
The batch create folder has finished.
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusComplete
Swift
case complete = 1
-
The batch create folder has failed.
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusFailed
Swift
case failed = 2
-
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchJobStatusOther
Swift
case other = 3