http Suspended property
Return to Introduction  Previous page  Next page
Applies to
acHTTP, acSendMail and acThread components.  

Declaration
property Suspended: Boolean;  

Description
The Suspended property indicates whether a thread (used for downloading) is currenly suspended.  
 
Set Suspended to True to suspend download process temporary; set it False to resume it.  

See also
Thread, ThreadPriority and WaitThread properties.  
Suspended property of acThread component