@musallam/dynamic-graphics-render-client
    Preparing search index...
    interface JobStatus {
        errors?: JobStatusErrorsItem[];
        jobId: string;
        message?: string;
        output?: JobStatusOutput;
        outputs?: JobStatusOutputsItem[];
        percentCompleted?: string;
        status: DynamicGraphicsRenderClient.JobStatusStatus;
    }
    Index

    Properties

    Array of errors for failed variations (only present when status is partially_succeeded).

    jobId: string

    ID of the render job.

    message?: string

    Error message when job status is failed.

    Output for describe API jobs.

    Array of output files with destination URLs and variation indices.

    percentCompleted?: string

    Percentage of job completed, as a string.

    Current status of the job.