Signal K
    Preparing search index...

    Interface ActionResult

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

    Properties

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