Contents

removeTimerEvent

Removes the timer event for the given target.

Declaration

virtual void removeTimerEvent(
 OSObject *target);

Parameters

  • target:

    The target whose timer event will be removed.

Overview

If the interval for the target to be removed is the smallest interval, the timer interval is recalculated based on the remaining targets. The next fire time is readjusted based on the new interval compared to the last fire time.

See Also

Miscellaneous