Bexel Manager API Documentation
Bexel.Api.IExternalCommand Interface Reference

Represents the external command add-in. More...

Public Member Functions

ResultType Execute ()
 Executes the external command's logic. More...
 

Detailed Description

Represents the external command add-in.

External command add-ins are placed in a list in host application UI and are only identified by the name. It is not possible to specify any custom tabs, groups or buttons for the external command within the host application UI.

Member Function Documentation

◆ Execute()

ResultType Bexel.Api.IExternalCommand.Execute ( )

Executes the external command's logic.

Returns
The result of the execution.

This method is called when the user activates the external command (e.g. by clicking on it). Implementers should use this method to initiate the external command's logic.