ForeThreadState

Description

The ForeThreadState enumeration contains possible thread states.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Unstarted. The thread is created but not started.
1 Running. The thread is running.
2 Stopped. The thread is completed, it can be started again.

See also:

Fore Assembly Enumerations