Running

Property of IOutputPane

Description

Returns output running state

Property type

Read-Write Property of type 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 ===== IOutputPane