Writing text to the status bar

Is there a way to do this?
I am not well travelled in this area but I see a code for variables so maybe possible via that pathway
I am wanting to see bespoke feedback after running custom commands.
E.g. "Command X done" or failure code X or whatever.

You can put variables in the status bar, but making it update at the right time might be tricky, as would running two commands which do it in parallel.

Using the script output log is probably a better way, if you need commands to log events. (Or using progress dialogs and error dialogs.)

1 Like