HeroStats Libraries
StatsEngine.Suspend Method 

[This is preliminary documentation and subject to change.]

Suspends or resumes the scanner, optionally writing a message to the chat message store

[Visual Basic]
Public Sub Suspend( _
   ByVal suspend As Boolean, _
   ByVal writeMessage As Boolean _
)
[C#]
public void Suspend(
   bool suspend,
   bool writeMessage
);

Parameters

suspend
Suspend if true, Resume if false
writeMessage
Write message to chat data if true

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace