public property interval as Int:
Timer period in milliseconds.
Updating the interval while the timer is running restarts the native timer with the new value.
timer = Timer() timer.interval = 500