Signal K
    Preparing search index...

    Interface ActionResult

    interface ActionResult {
        state: "COMPLETED" | "PENDING" | "FAILED";
        timestamp: string;
        message?: string;
        statusCode?: number;
    }
    Index

    Properties

    state: "COMPLETED" | "PENDING" | "FAILED"
    timestamp: string
    message?: string
    statusCode?: number