GoogleRidesharingDriver Framework Reference

  • GMTSTaskState is an enumeration that defines the possible states of a task.

  • GMTSTaskStateUnspecified represents the default state of a task, which is assigned a value of 0.

  • GMTSTaskStateOpened indicates that a task is in an open state, with a corresponding value of 1.

  • GMTSTaskStateClosed signifies that a task is closed, identified by the associated value of 2.

GMTSTaskState

enum GMTSTaskState : NSUInteger {}

\defgroup GMTSTaskState GMTSTaskState @{