Hi,
i would to know how to use the exit handler. i define it correctly and it run when a _task_abort call is done.
my question is: can i have acces (modify,destroy,free) to the local variables (or resources) of the (child) task i want to abort, through exit handler?
through the function _task_get_param(), i used in the exit handler definition, i had acces to the parameter gived to the child task from the parent task.
is there a way to acces from the exit handler to local variables of child task i want to abort?