Skip to main content

Function: getJob()

function getJob(jobId: string): Promise<JobDbType>;
Defined in: src/utils/job-progress.ts Gets a single job by its ID.

Parameters

jobId

string The unique identifier of the job.

Returns

Promise<JobDbType> The job object.