KillProgram()
Syntax
KillProgram(Program)Description
Immediately terminates the given program (which was previously started with RunProgram()).
Parameters
Program The program to kill. It must have been started before with RunProgram().
Return value
None.
Remarks
This terminates the program, but it does not close the connection with the program object of the terminated program. CloseProgram() must still be called to properly free all data associated with the program.
See Also
CloseProgram()
Supported OS
All