Summary
Called when cBot is stopped.
Syntax
protected virtual void OnStop()
Example 1
protected override void OnStop() { //This method is called when the cBot is stopped }
protected virtual void OnStop()
protected override void OnStop() { //This method is called when the cBot is stopped }