Function libduckdb_sys::duckdb_task_state_is_finished

source ·
pub unsafe extern "C" fn duckdb_task_state_is_finished(
    state: duckdb_task_state
) -> 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