Enum Task.Types.State
The state of a Task. This indicates the Tasks's progress.
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public enum Task.Types.State
Fields
Name | Description |
---|---|
Closed | When the vehicle passes the vehicle stop for this Task. |
Open | Either the Task has not yet been assigned to a delivery vehicle, or the
delivery vehicle has not yet passed the |
Unspecified | Default. Used for an unspecified or unrecognized Task state. |