The tracking summary.

TrackingSummary

interface TrackingSummary {
    status?: string;
}

Properties

Properties

status?: string

The derived status based on the events in the eventHistory.

TrackingSummary