Internet Direct (Indy)
Home
PreviousUpNext
TIdThreadStopMode Enumeration

Identifies the manner used to halt a thread.

Pascal
TIdThreadStopMode = (
  smTerminate,
  smSuspend
);

TIdThreadStopMode is an enumerated type that identifies the valid values for TIdThread.StopMode, and indicates the manner in which a running thread of execution has been halted. 

TIdThreadStopMode can contain one of the following values and associated meanings: 

 

Value 
Meaning 
smTerminate 
Thread was terminated. 
smSuspend 
Thread was suspended. 
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.