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

    Interface JobStatusNotStarted

    Response when a job has been created but processing has not yet begun. This status indicates the job is queued and waiting to start.

    interface JobStatusNotStarted {
        jobId: string;
        status: "not_started";
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID.

    status: "not_started"

    The status of the job.