February 2013
Intermediate to advanced
538 pages
20h 55m
English
proc_terminate
bool proc_terminate(resourcehandle[, intsignal])
Signals to the process referenced by
handle and previously opened by proc_open() that it should terminate. If
signal is supplied, the process is sent
that signal. The call returns immediately, which may be prior to the
process finishing termination. To poll for a process’s status, use
proc_get_status(). Returns true if the operation was successful, or
false otherwise.
Read now
Unlock full access