NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessThread.ThreadState

Returns the current state of the associated thread, e.g. is it running, waiting, etc.

[Visual Basic]
Public ReadOnly Property ThreadState As ThreadState
[C#]
public ThreadState ThreadState {get;}
[C++]
public: __property ThreadState get_ThreadState();
[JScript]
public function get ThreadState() : ThreadState;

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace