Using the Process Analyst > Process Analyst for Developers > Using the Process Analyst Command System > Custom Commands

Custom Commands

Custom commands are defined in the Process Analyst, but needs to be implemented in Cicode. You define commands by using the ICommandSystem- > Create method, or by using the New button on the Toolbar property page.

To implement the command, you need to respond to the event CommandExecuted (and optionally UpdateCommand). Both of these events notify you of the ID of the command which needs to be handled.