@kayahr/ed-journal
    Preparing search index...

    Interface SAAScanComplete

    Written after using the Surface Area Analysis scanner.

    interface SAAScanComplete {
        BodyID: ID;
        BodyName: string;
        EfficiencyTarget: number;
        event: "SAAScanComplete";
        ProbesUsed: number;
        SystemAddress?: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    BodyID: ID
    BodyName: string
    EfficiencyTarget: number
    event: "SAAScanComplete"

    The type of event.

    ProbesUsed: number
    SystemAddress?: ID
    timestamp: string

    The time in GMT, ISO 8601.