idleRemoveByData

Removes the idle function with the given data.

bool
idleRemoveByData
(
void* data = null
)

Parameters

data void*

the data for the idle source's callback.

Return Value

Type: bool

true if an idle source was found and removed.