Description
Starts the RDKInterface. Note: To use the RDK Interface, you must have initialized your RDK application with a TRUE argument passed to the RDKApplication's Init method.
Syntax
object.Start(Optional resultAppPath as String, Optional bootMode as RDKInterfaceBootMode)
Arguments
resultAppPath (Optional String) – the path where the RDKRslts.exe file is located on disk. If not supplied, the path is determined from the RDK4 entry of the DTOOLS.INI file.
bootMode (Optional String) – controls how the the @RISK/RDK Interface window will appear. Must be one of the values:
Return Value
None.
Example
RDKApp.Init(True)
RDKApp.Interface.Start "C:\MyPath\RDKRslts.exe"