IVsaEngine.IsRunning Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a Boolean value that reports whether the script engine is currently in run mode.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property IsRunning As Boolean
bool IsRunning { get; }
property bool IsRunning {
    bool get ();
}
abstract IsRunning : bool with get
function get IsRunning () : boolean

Property Value

Type: System.Boolean
Returns true if the script engine is running. Returns false if the script engine is not running. The default value for this property is false

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace