DBTEAMMembersAddLaunchV2ResultTag
Objective-C
enum DBTEAMMembersAddLaunchV2ResultTag : NSInteger {}
Swift
@frozen enum DBTEAMMembersAddLaunchV2ResultTag : Int, @unchecked Sendable
The DBTEAMMembersAddLaunchV2ResultTag
enum type represents the possible
tag states with which the DBTEAMMembersAddLaunchV2Result
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
DBTEAMMembersAddLaunchV2ResultAsyncJobId
Swift
case asyncJobId = 0
-
(no description).
Declaration
Objective-C
DBTEAMMembersAddLaunchV2ResultComplete
Swift
case complete = 1
-
(no description).
Declaration
Objective-C
DBTEAMMembersAddLaunchV2ResultOther
Swift
case other = 2