Name | Description |
---|---|
Unstarted | The Thread.Start() method has not been invoked on the thread. |
Started | The thread has been started, it is not blocked. |
Aborted | The thread is now dead, but its state has not yet changed to Stopped. |
Stopped | The thread has stopped. |