Studio Developer Manual / Version 2207
Table Of Contents
If you want your jobs to be displayed in the BackgroundJobsWindow, which can be opened via the TabsPanel,
your job needs to implement the interface BackgroundJob
.
This ensures that the progress is also visualized via a progress bar and the corresponding action
buttons are shown for the optional success and error callback functions.