Documentation

TimerInterface

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
callable

getInterval()

Get the interval after which this timer will execute, in seconds

public getInterval() : float
Return values
float

isPeriodic()

Determine whether the time is periodic

public isPeriodic() : bool
Return values
bool

        
On this page

Search results