pi_portal.modules.integrations.slack.cli.commands.bases.process_status_command
Base class for Slack CLI commands.
- class pi_portal.modules.integrations.slack.cli.commands.bases.process_status_command.SlackProcessStatusCommandBase(bot)[source]
A base command for the Slack CLI that retrieves process information.
- Parameters:
bot (
SlackBot) – The configured slack bot in use.
- hook_supervisor_exception()
Handle a SupervisorException.
- Return type:
None
- invoke()
Manage the process with error handling.
- Return type:
None