carb::tasking::TaskDebugInfoFn

Defined in carb/tasking/TaskingTypes.h

using carb::tasking::TaskDebugInfoFn = bool (*)(const TaskDebugInfo &info, void *context)

Callback function for ITasking::walkTaskDebugInfo().

Param info

The TaskDebugInfo structure passed to ITasking::walkTaskDebugInfo(), filled with information about a task.

Param context

The context field passed to ITasking::walkTaskDebugInfo().

Return

true if walking tasks should continue; false to terminate walking tasks.