AsyncTimer configured as a one-shot timer.AsyncTimer.oneShot
Creates a one-shot timer that fires after the specified delay.
Parameters
delayMs | Delay before firing, in milliseconds. |
Returns
A new
Creates a one-shot timer that fires after the specified delay.
delayMs | Delay before firing, in milliseconds. |
AsyncTimer configured as a one-shot timer.