stop method
void
stop()
Stops bot if it's running, only closes the http client if not
Implementation
void stop() {
_isRunning = false;
closeClient();
}
Stops bot if it's running, only closes the http client if not
void stop() {
_isRunning = false;
closeClient();
}