pi_portal.modules.integrations.slack.cli.commands.bases.process_command

Base process command class for Slack CLI commands.

class pi_portal.modules.integrations.slack.cli.commands.bases.process_command.SlackProcessCommandBase(bot)[source]

A base command for interacting with processes via the Slack CLI.

Parameters:

bot (SlackBot) – The configured slack bot in use.

abstract hook_invoker()[source]

Manage the configured process.

Return type:

None

hook_supervisor_exception()[source]

Handle a SupervisorException.

Return type:

None

invoke()[source]

Manage the process with error handling.

Return type:

None