KillProgram()

语法

KillProgram(Program)
概要
Immediately terminates the given program (which was previously started with RunProgram()).

参数

Program The program to kill. It must have been started before with RunProgram().

返回值

无.

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.

参阅

CloseProgram()

已支持操作系统

所有

<- IsProgram() - Process Index - NextEnvironmentVariable() ->