Set the timer to go off repeatedly with the specified period.
void setRecurringExpiration( duration interval);
If the timer is already active, this will reset it.
If the timer is already active, the old one might go off before this function returns.
Name |
Description |
---|---|
|
duration until the timer will send a notification. This must be greater than zero. |