|
|
Thread
|
| Member name | Value | Description |
|---|---|---|
| Unstarted | 0 | Thread created, not started |
| Queued | 1 | Thread queued for execution |
| Started | 2 | Thread start requested, execution pending |
| Executing | 3 | Thread executing |
| Completed | 4 | Thread completed |
| Aborted | 5 | Thread aborted |