ShortcutController.executeCommand

This method will locate and execute the command matching the id @command.

If the command is not found, %FALSE is returned.

class ShortcutController
bool
executeCommand
(
string command
)

Parameters

command
Type: string

the id of the command

Return Value

Type: bool

%TRUE if the command was found and executed.

Meta