The thread is blocked. This could be the result of calling Thread.Sleep(int) or Thread.Join, of requesting a lock — for example, by calling Monitor.Enter(object) or Monitor.Wait(object, int, bool) — or of waiting on a thread synchronization object such as System.Threading.ManualResetEvent.
Value: WaitSleepJoin