|
|
|
| dcMultiDiskScanner and dcDiskScanner components.
|
| property Busy: Boolean; // not published and read-only property!
|
| 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".
|
| Execute method.
|