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
DBFILESCreateFolderBatchLaunchAsyncJobId
Swift
case asyncJobId = 0
-
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchLaunchComplete
Swift
case complete = 1
-
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchLaunchOther
Swift
case other = 2