Setup guide

KillTimer(
sTimerName
)
Arguments
sTimerName
Required. The name of a running timer.
Remarks
This method cancels a timer that has been set previously by a call to SetTimer. The timer function will not be called, and
the script that called SetTimer will be released.
This method can be called from any script, not only from the script that set the timer.
See Also
SetTimer
LoadConfiguration method
Displays a text-only OSD
LoadConfiguration(
sConfigurationName
)
Arguments
sConfigurationName
Required. Text string containing the name of an existing configuration.
Remarks
Configuration names are the same names as from the main menu's Preferences|Configurations.
See Also
Load configuration action
Quit method
Quits uICE
Quit()