ScanPriority

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > Application > Options >

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:

Value

Description

0

"Idle"

1

"Lowest"

2

"Lower"

3

"Normal"

4

"Higher"

5

"Highest"

6

"TimeCritical"