Execute the next timer task that has been scheduled for execution.
void Timeout_timeout_call_next_callback( void )
If no task has been scheduled for execution, the function returns immediately, so there is no need for any polling.
Type: void
Nothing