![]() |
![]() ![]() ![]() |
acThread, acHTTP and acSendMail components.
|
property Suspended: Boolean;
|
The Suspended property indicates whether a thread is suspended.
|
|
Set Suspended to True to suspend a thread (suspend processing of OnExecute event handler); set it to False to resume it. Suspended threads do not continue execution until they are resumed.
|
Suspend and Resume methods.
|
OnExecute event.
|