Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== progress ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Sets progress state ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nPercent** * [[scripting:api:data-type:BSTR|BSTR]] **strText** = %%""%% (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Application.progress(nPercent, strText); </code>==== Visual Basic Script ==== <code vb> Application.progress nPercent, strText </code>==== C++ ==== <code cpp> HRESULT hr = Application.progress(nPercent, strText); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~