TriggerTimer Function

Manually triggers a timer so its function will be called.

void TriggerTimer(Handle timer, bool reset)

Parameters

Handle timer

Timer Handle to trigger.

bool reset

If reset is true, the elapsed time counter is reset so the full interval must pass again.

Errors

Invalid timer handle.