GINO Graphics Suite - GINO v9.0  

gKillSysCommand

Syntax

[C/C++:]
int gKillSysCommand(int handle);
[F90:]
integer function gKillSysCommand(handle)
integer, intent(in) :: handle

Arguments

handle
Process handle

Description

The system utility gKillSysCommand() can be used to terminate a background process started by gExecuteSysCommand() using the process handle returned by that routine.

The function returns an integer value which equals zero if the request has been successful and a system dependent error code if the request fails.

See Also

gKillSysCommand Usage
gExecuteSysCommand