sdk.jobs
Home > @matterway/sdk > Jobs
Jobs namespace
Functions
Function | Description |
---|---|
runJobs(ctx, jobs, options) | A Job is a function that returns a promise. This helper can be used to run multiple jobs concurrently, returning a promise that resolves as an array of all the results. |
runJobsSequentially(ctx, jobs, options) | A Job is a function that returns a promise. This helper can be used to run multiple jobs sequentially, passing the result of a job to the next one as input, returning a promise that resolves as an array of all the results. |
Interfaces
Interface | Description |
---|---|
Job | |
JobUpdate | |
RunJobsOptions | |
RunJobsSequentiallyOptions |
Type Aliases
Type Alias | Description |
---|---|
HandlerResult | |
JobHandler | |
JobList | |
JobResults |