# Functions
AbortCommand is a wrapper for executing abort logic for a specified command.
No description provided by the author
DeserializeCommand deserializes a command from the task context using the provided command factory.
# Structs
CommandWrapper represents a wrapper for a command.
# Interfaces
CommandExecutor represents an executor for a command.
CommandFactory represents a factory for creating commands.
# Type aliases
AbortCommandType represents the type of command that is to be used for aborting a running task.
CommandType represents the type of a command.