AsyncTimer.periodic

Sets the timer to become periodic. For a running timer, this setting will take effect after the timer is expired (oneShot) or after it is killed (periodic).

class AsyncTimer
nothrow
typeof(this)
periodic
(
bool b = true
)

Meta