A combination of one or more System.Threading.ThreadState values, which indicate the state of the current thread.
The Thread.ThreadState property provides more specific information than the Thread.IsAlive property.
Thread state is only of interest in debugging scenarios. Your code should never use thread state to synchronize the activities of threads.