Interface for async command manager. Provides methods to complete or cancel async commands.
Cancels a command by its ID.
The ID of the command to cancel.
Completes a command with the given event.
The async event to complete the command with.
Interface for async command manager. Provides methods to complete or cancel async commands.