pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface AckOutcome

    What an incoming acknowledgement means for the command in flight.

    interface AckOutcome {
        kind: string;
        value?: number;
    }
    Index
    kind: string

    unrelated if the ack was for another command, inProgress if the command is still running, or final if it finished.

    value?: number

    The progress percent when in progress (255 when the autopilot does not report one), or the MAV_RESULT when final.