Module: Google::Maps::FleetEngine::Delivery::V1::Task::State
- Defined in:
- proto_docs/google/maps/fleetengine/delivery/v1/tasks.rb
Overview
The state of a Task. This indicates the Tasks's progress.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default. Used for an unspecified or unrecognized Task state.
0
- OPEN =
Either the Task has not yet been assigned to a delivery vehicle, or the delivery vehicle has not yet passed the
Task
's assigned vehicle stop. 1
- CLOSED =
When the vehicle passes the vehicle stop for this Task.
2