plugin.showProgressMsg

The 'showProgressMsg' function updates the message text on the status bar.

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