Interface DockingTimeout

Written when a docking request has timed out.

interface DockingTimeout {
    MarketID?: number;
    StationName: string;
    StationType?: string;
    event: "DockingTimeout";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID?: number
StationName: string
StationType?: string
event: "DockingTimeout"

The type of event.

timestamp: string

The time in GMT, ISO 8601.