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
DBTEAMMembersAddLaunchV2ResultAsyncJobIdSwift
case asyncJobId = 0 -
(no description).
Declaration
Objective-C
DBTEAMMembersAddLaunchV2ResultCompleteSwift
case complete = 1 -
(no description).
Declaration
Objective-C
DBTEAMMembersAddLaunchV2ResultOtherSwift
case other = 2
View on GitHub
DBTEAMMembersAddLaunchV2ResultTag Enumeration Reference