adobe-firefly-sdk
    Preparing search index...

    Type Alias JobStatusRunning

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

    type JobStatusRunning = {
        jobId: string;
        status: "running";
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID.

    status: "running"

    The status of the job.