ScanPriority

Description

Determines the priority of the scan threads.

Syntax
SetOption ScanPriority: <Integer>;
Example
$SOS.SetOption("ScanPriority", 4) #PowerShell
SOS.SetOption "ScanPriority", 4 'VBS

Set the priority of the scan threads to “Higher”.

Remarks

Supported values:

0

“Idle”

1

“Lowest”

2

“Lower”

3

“Normal”

4

“Higher”

5

“Highest”

6

“TimeCritical”