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.