idleRemoveByData

fnbool idleRemoveByData(void * data = null)

Removes the idle function with the given data.

Parameters

datathe data for the idle source's callback.

Returns

true if an idle source was found and removed.