TimerInterface
in
Table of Contents
Methods
- getCallback() : callable
- Get the callback that will be executed when this timer elapses
- getInterval() : float
- Get the interval after which this timer will execute, in seconds
- isPeriodic() : bool
- Determine whether the time is periodic
Methods
getCallback()
Get the callback that will be executed when this timer elapses
public
getCallback() : callable
Return values
callablegetInterval()
Get the interval after which this timer will execute, in seconds
public
getInterval() : float
Return values
floatisPeriodic()
Determine whether the time is periodic
public
isPeriodic() : bool