getCurrentTaskHandle

This method gets the handle to the active task.

Signature
RiCOSHandle RiCOSTask_getCurrentTaskHandle();
Returns

The handle to the active task

Example
RiCOSHandle RiCOSTask_getCurrentTaskHandle()
{
   return (RiCOSHandle)taskIdSelf();
}

Feedback