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;
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace