Internet Direct (Indy) Version 9.0.1 Beta
TIdThread.Stopped
Indicates whether a thread is stopped.

property Stopped: Boolean;
Description
Stopped is True if the thread has been asked to stop, which means the loop in the Execute method will not iterate until a call to the Start method is made.

Note that a thread may still be executing even if its Stopped property is True.