@musallam/firefly-client
    Preparing search index...

    Interface AsyncJobResponse

    interface AsyncJobResponse {
        cancelUrl?: string;
        jobId?: string;
        status?: string;
        statusUrl?: string;
    }
    Index

    Properties

    cancelUrl?: string

    URL to cancel the job.

    jobId?: string

    Job URN identifier.

    status?: string

    Current status of the job.

    statusUrl?: string

    URL to poll for job status.