Class App : executeCommand Method
void executeCommand( String commandName ) |
Summary
Execute a built in DigiGuide command
Remarks
Not all "commands" in the system can be executed in this way. For example "WhatsOnViewShowTimeLine" would only work when viewing the MyTV list.
Parameters
Parameter | Description |
String commandName |
The command name to execute. |
|
|
|
Examples
Toggle the debugging console;app.executeCommand( "ToggleDebugConsole" );
|
Requirements
build 1066
|