pi_portal.modules.integrations.chat.cli.commands.bases.process_status_command.ChatProcessStatusCommandBase

class pi_portal.modules.integrations.chat.cli.commands.bases.process_status_command.ChatProcessStatusCommandBase(bot: TypeChatBot)[source]

Bases: ChatProcessCommandBase

A base command for the chat CLI that retrieves process information.

Parameters:

bot (TypeChatBot) – The configured chatbot in use.

__init__(bot: TypeChatBot) None[source]
hook_invoker() None[source]

Retrieve process information.

hook_supervisor_exception() None

Handle a SupervisorException.

invoke() None

Manage the process with error handling.