GoogleRidesharingDriver Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTSTaskState
enum GMTSTaskState : NSUInteger {}
\defgroup GMTSTaskState GMTSTaskState
@{
-
Declaration
Swift
case unspecified = 0
Objective-C
GMTSTaskStateUnspecified = 0
-
Declaration
Objective-C
GMTSTaskStateOpened
-
Declaration
Objective-C
GMTSTaskStateClosed
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-01-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMTSTaskState\u003c/code\u003e is an enumeration that defines the possible states of a task.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTSTaskStateUnspecified\u003c/code\u003e represents the default state of a task, which is assigned a value of 0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTSTaskStateOpened\u003c/code\u003e indicates that a task is in an open state, with a corresponding value of 1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTSTaskStateClosed\u003c/code\u003e signifies that a task is closed, identified by the associated value of 2.\u003c/p\u003e\n"]]],[],null,["# GoogleRidesharingDriver Framework Reference\n\nGMTSTaskState\n=============\n\n enum GMTSTaskState : NSUInteger {}\n\n\\\\defgroup GMTSTaskState GMTSTaskState\n@{\n- `\n ``\n ``\n `\n\n ### [GMTSTaskStateUnspecified](#/c:@E@GMTSTaskState@GMTSTaskStateUnspecified)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n case unspecified = 0\n\n Objective-C \n\n GMTSTaskStateUnspecified = 0\n\n- `\n ``\n ``\n `\n\n ### [GMTSTaskStateOpened](#/c:@E@GMTSTaskState@GMTSTaskStateOpened)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n case opened = 1\n\n Objective-C \n\n GMTSTaskStateOpened\n\n- `\n ``\n ``\n `\n\n ### [GMTSTaskStateClosed](#/c:@E@GMTSTaskState@GMTSTaskStateClosed)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n case closed = 2\n\n Objective-C \n\n GMTSTaskStateClosed"]]