Descriptionโ
Notifies the execution of the command.
Name | Definition name | Description |
---|
Pre-command event | onBeforeExecute | This event is notified before the command is executed. |
Event after command execution | onAfterExecute | This event is notified after the command is executed. |
Interfaces belonging to the areaโ
Annotationโ
- The commands notified are the commands defined in the system commands and extension points of the extension.
- If an exception occurs during command execution, no event will be notified after the command is executed.