Interface DockingCancelled

Written when the player cancels a docking request.

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

Hierarchy (view full)

Properties

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

The type of event.

timestamp: string

The time in GMT, ISO 8601.