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. ====== Running ====== Property of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Returns output running state ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bValue = OutputPane.Running; OutputPane.Running = bValue; </code>==== Visual Basic Script ==== <code vb> bValue = OutputPane.Running OutputPane.Running = bValue </code>==== C++ ==== <code cpp> VARIANT_BOOL bValue; HRESULT hr = OutputPane.get_Running(&bValue); hr = OutputPane.put_Running(bValue); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~