IVsaEngine.IsRunning Property

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
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