Enum Task.Types.Type
The type of Task.
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public enum Task.Types.Type
Fields
Name | Description |
---|---|
Delivery | A delivery Task is the action taken for delivering a shipment to an end
customer. Depot or feeder vehicle dropoffs should use the
|
Pickup | A pickup Task is the action taken for picking up a shipment from a
customer. Depot or feeder vehicle pickups should use the |
ScheduledStop | A scheduled stop Task is used for planning purposes. For example, it could represent picking up or dropping off shipments from feeder vehicles or depots. It shouldn't be used for any shipments that are picked up or dropped off from an end customer. |
Unavailable | A Task that means the Vehicle is not available for service. For example, this can happen when the driver takes a break, or when the vehicle is being refueled. |
Unspecified | Default, the Task type is unknown. |