Xojo.Threading.Thread.ThreadStates

From Xojo Documentation

Enumeration

These are the various states of a thread.

Values

Enum Description
Running The thread is currently running.
Waiting The thread is waiting to run.
Suspended The thread is suspended.
Sleeping The thread is sleeping.
NotRunning The thread is not running.