duckdb_task_state_is_finished

Function 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

@param state The task state to inspect @return Whether or not duckdb_finish_execution has been called on the task state