|
Home » Development Area » DigiGuide Script » API Index » Class: App » executeCommand Method
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
(Last updated: July 04, 2008 15:25:38)
|