Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 791 Bytes

File metadata and controls

19 lines (12 loc) · 791 Bytes

IBackgroundJobService interface

Provides methods to run background jobs with separate steps.

public interface IBackgroundJobService

Members

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.

See Also