commands event area
Description
Notify the execution of a command.
Events
Name | Defined Name | Description |
---|---|---|
Event before command execution | onBeforeExecute | This event is notified before command execution. |
Event after command execution | onAfterExecute | This event is notified after command execution. |
interfaces belonging to the area
Name | Description |
---|---|
ICommandParams | Provides parameters for the command. |
BeforeExecuteEventParams | The parameters for the before command execution event. |
AfterExecuteEventParams | The parameters for the post-command event. |
IExecuteEventParams | Common parameters for command events. |
Annotations
- Commands that are notified are commands defined in extension points of system commands and extensions.
- If an exception occurs during command execution, the post-command event will not be notified.