Interface JobInfoResponse

Details the progress of a Job.

interface JobInfoResponse {
    progressPct: number;
    recordsRead: number;
    status: jobStatus;
}

Properties

progressPct: number

progress percentage of the job.

recordsRead: number

number of scanned records.

status: jobStatus

current completion status. See jobStatus for possible values.

MMNEPVFCICPMFPCPTTAAATR