PrevUpHomeNext

DeadlineTimer::setRecurringExpiration

Set the timer to go off repeatedly with the specified period.

Synopsis
void
setRecurringExpiration(
    duration interval);
Description

If the timer is already active, this will reset it.

Remarks

If the timer is already active, the old one might go off before this function returns.

Parameters

Name

Description

interval

duration until the timer will send a notification. This must be greater than zero.


PrevUpHomeNext