Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

stop

Method
This is a method of the DeploymentScheduler class in the scheduler module.
Stop the scheduler.

Signature

def stop() -> bool

Returns

Returns
bool
The result of the operation.

Uses

  • is_alive
  • logger.info

Used By

Source

View on GitHub

praisonai/scheduler.py at line 118