The thread is being executed as a background thread, as opposed to a foreground thread....
The M:System.Threading.Thread.Start method has not been invoked on the thread.
The thread is being requested to suspend.
The M:System.Threading.Thread.Abort(System.Object) method has been invoked on the thread,...
Specifies that the class can be serialized.
The thread is being requested to stop. This is for internal use only.
ThreadState
Specifies the execution states of a T:System.Threading.Thread.
The thread is blocked. This could be the result of calling M:System.Threading.Thread....