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

    Interface AsyncTaskResponseV3

    interface AsyncTaskResponseV3 {
        jobId: string;
        progress?: number;
        result?: AsyncTaskResponseV3Result;
        status: FireflyApiClient.AsyncTaskResponseV3Status;
    }
    Index

    Properties

    jobId: string

    The ID of the async job.

    progress?: number

    The result of the job, if the job has completed.

    The status of the job.