scripting:api:application:progress

progress

Method of IApplication

Sets progress state

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

==== Visual Basic Script ====

Application.progress nPercent, strText

==== C++ ====

HRESULT hr = Application.progress(nPercent, strText);

===== See Also ===== IApplication