scripting:api:application:progress

progress

Method of IApplication

Sets progress state

  • long nPercent
  • BSTR strText = "" (optional)
Application.progress(nPercent, strText);
Application.progress nPercent, strText
HRESULT hr = Application.progress(nPercent, strText);