Function tc_task_get_wait

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

Get the wait timestamp for a task, or 0 if not set.

EXTERN_C time_t tc_task_get_wait(struct TCTask *task);