Internet Direct (Indy) Version 9.0.1 Beta
TIdThread.OnStopped
Represents an event handler for stopping a thread of execution.

property OnStopped: TIdNotifyThreadEvent;
Description
OnStopped is a TIdNotifyThreadEvent event handler triggered when an executing thread indicates that it has been stopped. OnStopped can be used to restart or terminate the thread, or to perform processing required when the thread of execution has been completed.

Applications must assign a procedure to the event handler to allow a response to the event notification.