RUN_PROGRAM

RUN_PROGRAM <TimeoutSeconds> <Program> [Command Line Parameters]

Runs an executable in its own process, passing the specified command line parameters.

TimeoutSeconds is the timeout value in decimal. If the program is still executing when this value is reached, the framework will orphan the process. A value of –1 disables the guard timer. A guard timer is used to check if the test or the program does not continue after the mentioned period of time in seconds.