Indy 9
TIdThreadStopMode
See Also, Unit: IdThread
Identifies the manner used to halt a thread.
TIdThreadStopMode = (smTerminate, smSuspend);
Unit
IdThread
Description
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:

  • smTerminate - Thread was terminated.

  • smSuspend - Thread was suspended.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.