HeroStats Libraries
StatsEngine.Scanning Property

[This is preliminary documentation and subject to change.]

Gets or sets the scanner's activity property.

[Visual Basic]
Public Property Scanning As Boolean
[C#]
public bool Scanning {get; set;}

Remarks

If true, the scanner is actively scanning, false otherwise. By setting this property to true, you will start the scanner. By setting it to false, you will stop the scanner.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace