Skip to main content

commands event area

Description

Notify the execution of a command.

Events

NameDefined NameDescription
Event before command executiononBeforeExecuteThis event is notified before command execution.
Event after command executiononAfterExecuteThis event is notified after command execution.

interfaces belonging to the area

NameDescription
ICommandParamsProvides parameters for the command.
BeforeExecuteEventParamsThe parameters for the before command execution event.
AfterExecuteEventParamsThe parameters for the post-command event.
IExecuteEventParamsCommon 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.