@salesforce/core
    Preparing search index...

    Type Alias StatusResult

    type StatusResult = {
        completed: boolean;
        payload?: AnyJson;
    }
    Index
    completed: boolean

    Indicates to the streaming or polling client that the subscriber has what its needs. If true the client will end the messaging exchanges with the endpoint.

    payload?: AnyJson

    If the result of the streaming or polling client is expected to return a result