NilaT Messages: 70 Registered: November 2011 Location: Austria
Member
Hello,
and thanks for your reply.
When I call ShutdownThreads() within a class, will only the local threads be closed? (which are in the same scope)
Because I have more threads in my main program, which should NOT shutdown.
And even if all Threads get the Shutdown flag set, they won't stop if I do not check the shutdown flag with IsShutdownThreads, right?
What do you mean with "create my own flag"?
Well, I think I have to study the source of ShutdownThreads, maybe I understand then...