Skip to content

Create a TaskMonitor that displays progress in the status bar #6583

Answered by dragonmacher
cyberkaida asked this question in Q&A
Discussion options

You must be logged in to vote

There is a method on PluginTool that allows you to do this:

public <T extends DomainObject> void executeBackgroundCommand(BackgroundCommand<T> cmd, T obj)

Assuming you are in a plugin, the plugin has access to the plugin tool. The BackgroundCommand class should be fairly straight-forward to use.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cyberkaida
Comment options

Answer selected by cyberkaida
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants