Function nstd_sys::proc::nstd_proc_kill

source ·
#[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.