GoogleRidesharingDriver Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTSTaskOutcome
enum GMTSTaskOutcome : NSUInteger {}
\defgroup GMTSTaskOutcome GMTSTaskOutcome
@{
-
Declaration
Swift
case unspecified = 0
Objective-C
GMTSTaskOutcomeUnspecified = 0
-
Declaration
Objective-C
GMTSTaskOutcomeSuccess
-
Declaration
Objective-C
GMTSTaskOutcomeFailure
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],["The `GMTSTaskOutcome` is an enumeration with three possible states: `unspecified`, `success`, and `failure`. `unspecified` is represented as 0, `success` as 1, and `failure` as 2 in both Swift and Objective-C. This enum defines the outcome of a task, providing distinct options to indicate whether a task's execution was not defined, completed successfully, or failed.\n"],null,[]]