GoogleRidesharingDriver Framework Reference

  • GMTSTaskOutcome is an enumeration defining possible outcomes of a task.

  • GMTSTaskOutcomeUnspecified indicates an unspecified task outcome, represented by the value 0 in both Swift and Objective-C.

  • GMTSTaskOutcomeSuccess represents a successful task outcome, with a value of 1 in Swift and Objective-C.

  • GMTSTaskOutcomeFailure signifies a failed task outcome, corresponding to a value of 2 in both Swift and Objective-C.

GMTSTaskOutcome

enum GMTSTaskOutcome : NSUInteger {}

\defgroup GMTSTaskOutcome GMTSTaskOutcome @{