ThreadState

T

Tony Johansson

Hi!

There are two items in the ThreadState Enumeration that is named Aborted and
Stopped.
I assume that these two are the same or is it perhaps some difference
between them?

//Tony
 
A

Arne Vajhøj

There are two items in the ThreadState Enumeration that is named Aborted and
Stopped.
I assume that these two are the same or is it perhaps some difference
between them?

The docs says:

Stopped - The thread has stopped.

Aborted - The thread state includes AbortRequested and the thread is now
dead, but its state has not yet changed to Stopped.

Which seems to explain it.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top