34#ifndef API_MIP_TASK_DISPATCHER_DELEGATE_CC_H_
35#define API_MIP_TASK_DISPATCHER_DELEGATE_CC_H_
95 const mip_cc_dispatch_task_callback_fn dispatchTaskCallback,
A file Containing the common types used by the upe, file and protection modules.
Error definition and functions.
Export/import and other macros for C API.
Defines success/error result codes.
mip_cc_result
API success/failure result.
Defines a single async task dispatch request.
void * loggerContext
logger context that should be used with the logger delegate before the task is run
bool executeOnIndependentThread
Whether this task should execute on a completely independent thread or can re-use a shared thread.
int64_t delayMs
Delay until task execution (in milliseconds)
Opaque handle to MIP object.
mip_cc_handle * mip_cc_task_dispatcher_delegate
const mip_cc_cancel_task_callback_fn const mip_cc_cancel_all_tasks_callback_fn mip_cc_task_dispatcher_delegate mip_cc_error * errorInfo
const mip_cc_cancel_task_callback_fn const mip_cc_cancel_all_tasks_callback_fn mip_cc_task_dispatcher_delegate * taskDispatcher
MIP_CC_CALLBACK(mip_cc_dispatch_task_callback_fn, void, const mip_cc_async_task *)
Callback function definition for dispatching an async task.
const mip_cc_cancel_task_callback_fn cancelTaskCallback
MIP_CC_API(void) MIP_CC_ExecuteDispatchedTask(const mip_cc_task_dispatcher_delegate taskDispatcher
Notifies a TaskDispatcher delegate that a task is scheduled to execute now on the current thread.
const mip_cc_cancel_task_callback_fn const mip_cc_cancel_all_tasks_callback_fn cancelAllTasksCallback