Idle.removeByData

Removes the idle function with the given data.

class Idle
static
bool
removeByData
(
void* data
)

Parameters

data void*

the data for the idle source's callback.

Return Value

Type: bool

TRUE if an idle source was found and removed.