LanguageService.ParseThreadPaused Property

Definition

Determines whether the parse thread is alive.

public:
 property bool ParseThreadPaused { bool get(); void set(bool value); };
public:
 property bool ParseThreadPaused { bool get(); void set(bool value); };
public bool ParseThreadPaused { get; set; }
member this.ParseThreadPaused : bool with get, set
Public Property ParseThreadPaused As Boolean

Property Value

true if the parse thread is alive, otherwise false.

Applies to