Skip to main content

start

Method
This is a method of the Heartbeat class in the heartbeat module.
Start the heartbeat loop.

Signature

Parameters

bool
default:"True"
If True, blocks the calling thread. If False, runs in a background daemon thread.

Uses

  • threading.Thread
  • start

Used By

Source

View on GitHub

praisonaiagents/agent/heartbeat.py at line 81