Skip to main content

is_running

Method
This is a method of the BotProtocol class in the protocols module.
Whether the bot is currently running.

Signature

def is_running() -> bool

Returns

Returns
bool
The result of the operation.

Used By

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 307