From: Tony Johansson on 16 Jun 2010 16:53 Hello! There is one state in the Enumeration ThreadState that is called Background which I don't consider a state. I mean if you have a thread that is a Background and is running then you have two states. All the other states in ThreadState is more valid as a state. So if you have Background as a state why not also have foreground as a state. So does anyone agree with me that have Background as a state in the ThreadState enum sound strange ? //Tony
From: Peter Duniho on 17 Jun 2010 01:03 Tony Johansson wrote: > [...] > So does anyone agree with me that have Background as a state in the > ThreadState enum sound strange ? Seems fine to me. "Foreground" is just "not Background".
From: Mike Schilling on 17 Jun 2010 02:16 "Tony Johansson" <johansson.andersson(a)telia.com> wrote in message news:eo$QsXZDLHA.6136(a)TK2MSFTNGP04.phx.gbl... > Hello! > > There is one state in the Enumeration ThreadState that is called > Background which I don't > consider a state. I mean if you have a thread that is a Background and is > running then you have two states. Which is possible, because this is a flags enumeration.
|
Pages: 1 Prev: Don't really understand BeginCriticalRegion/EndCriticalRegion Next: Chart |