====== 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 ==== var bValue = OutputPane.Running; OutputPane.Running = bValue; ==== Visual Basic Script ==== bValue = OutputPane.Running OutputPane.Running = bValue ==== C++ ==== VARIANT_BOOL bValue; HRESULT hr = OutputPane.get_Running(&bValue); hr = OutputPane.put_Running(bValue); ===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~