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

    Interface JobStatusRunning

    Response when a job is currently being processed. The job has started but is not yet complete.

    interface JobStatusRunning {
        jobId: string;
        status: "running";
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID.

    status: "running"

    The status of the job.