OptionalonCalled before each command is executed.
The command that is about to be executed.
OptionalonCalled when a command fails due to an exception.
The command that was executed.
The result of the execution.
OptionalonCalled when a command fails for any reason.
The command that was executed.
The result of the execution.
OptionalonCalled when a command executes successfully.
The command that was executed.
The result of the execution.
OptionalonCalled when a command fails due to an authorization failure.
The command that was executed.
The result of the execution.
OptionalonCalled when a command fails due to validation errors.
The command that was executed.
The result of the execution.
Defines the callbacks that can be provided to a CommandScopeImplementation.