Enum Task.Types.TaskOutcome
The outcome of attempting to execute a Task. When TaskState
is closed,
TaskOutcome
indicates whether it was completed successfully.
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public enum Task.Types.TaskOutcome
Fields
Name | Description |
---|---|
Failed | Either the Task couldn't be completed, or it was cancelled. |
Succeeded | The Task completed successfully. |
Unspecified | The Task outcome before its value is set. |