pi_portal.modules.integrations.chat.cli.commands.subcommands.uptime_task_scheduler.TaskSchedulerUptimeCommand
- class pi_portal.modules.integrations.chat.cli.commands.subcommands.uptime_task_scheduler.TaskSchedulerUptimeCommand(bot: TypeChatBot)[source]
Bases:
ChatProcessUptimeCommandBaseRetrieves uptime for the TASK_SCHEDULER process.
- __init__(bot: TypeChatBot) None
- hook_invoker() None
Retrieve process information.
- hook_supervisor_exception() None
Re-raise the SupervisorException.
- Raises:
supervisor.SupervisorException
- invoke() None
Manage the process with error handling.