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
Parameter | Type | Description |
---|---|---|
context | Context | |
title | string | |
jobs | T | |
options | RunJobsWithProgressOptions | (Optional) |
Returns:
JobResults<T>