LanguageService.ParseThreadPaused Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.