tc_task_set_wait

Function tc_task_set_wait 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tc_task_set_wait( task: *mut TCTask, wait: time_t, ) -> TCResult
Expand description

Set a mutable task’s wait timestamp. Pass wait=0 to unset the wait field.

EXTERN_C TCResult tc_task_set_wait(struct TCTask *task, time_t wait);