sdk.progress
Home > @matterway/sdk > Progress
Progress namespace
Enumerations
Enumeration | Description |
---|---|
ProgressibleStatus |
Functions
Function | Description |
---|---|
makeProgressiblePromise(ctx, fn) | Makes a promise a Progressible by adding the status of the running task to the context. |
runJobsWithProgress(context, title, jobs, options) | |
runJobsWithProgressList(context, jobs, options) | |
runProgressibleJobs(ctx, jobs, options) | |
showProgress(context, title, options) | Shows the progress status in a bubble. |
showProgressList(context, items, options) | Shows a list of Progressibles. |
Interfaces
Interface | Description |
---|---|
JobContext | |
Progressible | |
ProgressibleUpdate | |
RunProgressibleJobsOptions |
Type Aliases
Type Alias | Description |
---|---|
JobProgressUpdater |