thread Suspended property
Return to Introduction  Previous page  Next page
Applies to
auThread and auHTTP components.  

Declaration
property Suspended: Boolean;  

Description
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.  

See also
Suspend and Resume methods.  
OnExecute event.  
File not found.