MaxScanThreads

<< Zum Inhaltsverzeichnis >>

Navigation:  OLE Automation > Application > Options >

MaxScanThreads

Description

Sets the maximum number of threads which are used for a scan to the given value.

Syntax

SetOption MaxScanThreads: <Integer>;

 
Example

$SOS.SetOption("MaxScanThreads", 8) #PowerShell

SOS.SetOption "MaxScanThreads", 8 'VBS

Sets the maximum number of threads which are used for a scan to 8.

 
Remarks

Minimum supported value is "1". Maximum supported value is "32".