Function ket_process_prepare_for_execution
Source #[unsafe(no_mangle)]
pub extern "C" fn ket_process_prepare_for_execution(
process: &mut Process,
) -> i32
Expand description
Prepares the Process instance for execution.
§Arguments
process - [in] A mutable reference to the Process instance.
§Returns
An integer representing the error code. 0 indicates success.