Function tc_task_get_taskmap

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

Get the underlying key/value pairs for this task. The returned TCKVList is a “snapshot” of the task and will not be updated if the task is subsequently modified. It is the caller’s responsibility to free the TCKVList.

EXTERN_C struct TCKVList tc_task_get_taskmap(struct TCTask *task);