DBFILESCreateFolderBatchLaunchTag
Objective-C
enum DBFILESCreateFolderBatchLaunchTag : NSInteger {}
Swift
@frozen enum DBFILESCreateFolderBatchLaunchTag : Int, @unchecked Sendable
The DBFILESCreateFolderBatchLaunchTag enum type represents the possible
tag states with which the DBFILESCreateFolderBatchLaunch union can exist.
-
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Declaration
Objective-C
DBFILESCreateFolderBatchLaunchAsyncJobIdSwift
case asyncJobId = 0 -
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchLaunchCompleteSwift
case complete = 1 -
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchLaunchOtherSwift
case other = 2
View on GitHub
DBFILESCreateFolderBatchLaunchTag Enumeration Reference