GMTSTaskOutcome
enum GMTSTaskOutcome : NSUInteger {}
\defgroup GMTSTaskOutcome GMTSTaskOutcome @{
-
Declaration
Swift
case unspecified = 0
Objective-C
GMTSTaskOutcomeUnspecified = 0
-
Declaration
Swift
case success = 1
Objective-C
GMTSTaskOutcomeSuccess
-
Declaration
Swift
case failure = 2
Objective-C
GMTSTaskOutcomeFailure