progress
Method of IApplication
Description
Sets progress state
Parameters
Syntax
JavaScript
Application.progress(nPercent, strText);
==== Visual Basic Script ====
Application.progress nPercent, strText
==== C++ ====
HRESULT hr = Application.progress(nPercent, strText);
===== See Also ===== IApplication