Internet Direct (Indy)
Home
PreviousUpNext
TIdThread.Stopped Property

Indicates when a thread is terminated or suspended.

Pascal
property Stopped: Boolean;

Stopped is a read-only Boolean property used to indicate if the thread has been terminated or suspended. Stopped returns True when Terminated or Suspended is set to True, or Options includes the enumeration value itoStopped. 

Use Stop or Terminate to halt execution of the thread instance. 

Suspended may be set to True if Stopped is checked from another thread.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.