quackdb_internal::ffi

Function duckdb_task_state_is_finished

Source
pub unsafe extern "C" fn duckdb_task_state_is_finished(
    state: *mut c_void,
) -> bool
Expand description

Check if the provided duckdb_task_state has finished execution

state: The task state to inspect returns: Whether or not duckdb_finish_execution has been called on the task state