[][src]Function dqcsim::bindings::dqcs_pcfg_shutdown_timeout_set

#[no_mangle]pub extern "C" fn dqcs_pcfg_shutdown_timeout_set(
    pcfg: dqcs_handle_t,
    timeout: f64
) -> dqcs_return_t

Configures the timeout for the plugin process to shut down gracefully.

The default is 5 seconds, so you should normally be able to leave this alone.

The time unit is seconds. Use IEEE positive infinity to specify an infinite timeout.