Table of Contents

Enum DeliveryStatus

Namespace
S1API.Deliveries
Assembly
S1API.dll

Describes the current lifecycle state of a delivery.

public enum DeliveryStatus
Extension Methods

Fields

Arrived = 2

The delivery vehicle is present at the destination.

Completed = 3

The order has been unloaded and is no longer active.

InTransit = 0

The order is travelling to its destination.

Waiting = 1

The order is waiting for its destination's loading dock.