multidiskscanner Busy property
Return to Introduction  Previous page  Next page
Applies to
dcMultiDiskScanner and dcDiskScanner components.  

Declaration
property Busy: Boolean; // not published and read-only property!  

Description
The Busy is the public property which indicates whether the scanning currently in progress (whether the dcMultiDiskScanner component is "Busy").  
 
When the component is "Busy", you can not call the Execute method. The Execute function will always return False when component is "busy".  

See also
Execute method.  
File not found.