Create a TaskMonitor that displays progress in the status bar #6583
Answered
by
dragonmacher
cyberkaida
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
dragonmacher
May 28, 2024
Replies: 1 comment 1 reply
-
There is a method on
Assuming you are in a plugin, the plugin has access to the plugin tool. The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cyberkaida
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a method on
PluginTool
that allows you to do this:Assuming you are in a plugin, the plugin has access to the plugin tool. The
BackgroundCommand
class should be fairly straight-forward to use.