Defines the command executer service interface.
Executes the command denoted by the given command ID.
ID of the command to execute.
Parameters passed to the command handler function.
Returns the result of the command handler function. Returns undefined when the command doesn't exists.
undefined
Defines the command executer service interface.