dispatchTimer

Dispatch a WM_TIMER to its Timer's onTick.

Returns true if a live timer with the given id was found. A one-shot timer stops itself after firing.

version(Windows)
bool
dispatchTimer
(
uint id
)

Meta