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

    Interface JobStatusSucceeded

    Response when a job has completed successfully. In addition to the jobId and status, the response includes the results of the job which vary depending on the operation.

    interface JobStatusSucceeded {
        jobId: string;
        status: "succeeded";
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID.

    status: "succeeded"

    The status of the job.