Skip to main content

sdk.progress.runjobswithprogress

Home > @matterway/sdk > Progress > runJobsWithProgress

Progress.runJobsWithProgress() function

Signature:

export declare function runJobsWithProgress<T extends JobList>(context: Context, title: string, jobs: T, options?: RunJobsWithProgressOptions): JobResults<T>;

Parameters

ParameterTypeDescription
contextContext
titlestring
jobsT
optionsRunJobsWithProgressOptions(Optional)

Returns:

JobResults<T>