Provides methods to run background jobs with separate steps.
public interface IBackgroundJobService
name | description |
---|---|
Run(…) | It runs a BackgroundJob which contains a series of BackgroundJobStep that will be executed in the order they are supplied. The dialog will highlight the current step being executed and shows a progress bar. |
- namespace Mendix.StudioPro.ExtensionsAPI.Services