plugin.showProgressMsg
The 'showProgressMsg' function updates the message text on the status bar.
- Prototype: plugin.showProgressMsg(sActMsg, bNonBlocking);
- Parameters:
- sActMsg, a new message to be shown on the status bar.
- bNonBlocking, specifies if or not to allow end-users to abort the process by pressing ESC.
- Return Value: 0
- Example:
plugin.showProgressMsg('commiting changes ...');