nstd_proc_kill

Function nstd_proc_kill 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_proc_kill( handle: &mut NSTDChildProcess, ) -> NSTDIOError
Available on crate feature proc only.
Expand description

Attempts to kill a child process.

§Parameters:

  • NSTDChildProcess *handle - A handle to the child process.

§Returns

NSTDIOError errc - The operation error code.