[][src]Function sunrise_kernel::syscalls::get_process_info

pub fn get_process_info(
    hnd: u32,
    info_type: u32
) -> Result<usize, UserspaceError>

Extract information from a process.

Info TypeDescription
ProcessState = 0The state the current process is in. Returns an instance
of sunrise_libkern::process::ProcessState.

Errors