LanguageService.ParseThreadIsAlive Property

Definition

Determines whether the parse thread is alive.

protected:
 property bool ParseThreadIsAlive { bool get(); };
protected:
 property bool ParseThreadIsAlive { bool get(); };
protected bool ParseThreadIsAlive { get; }
member this.ParseThreadIsAlive : bool
Protected ReadOnly Property ParseThreadIsAlive As Boolean

Property Value

true if there is a parse thread and it is alive, otherwise false.

Applies to