ProgramRunning()

语法

Result = ProgramRunning(Program)
概要
Tests if the specified program is still running.

参数

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

返回值

Nonzero as long as the program has not yet ended, zero otherwise. If the program has been run with #PB_Program_Read flag, it will return nonzero as long there is something to read, even if the program is already ended.

参阅

RunProgram()

已支持操作系统

所有

<- ProgramParameter() - Process Index - ReadProgramData() ->