shapelets.apps.DataApp.timer#
- DataApp.timer(title: str, every: Union[int, float], start_delay: Optional[int] = None, times: Optional[int] = None, hidden: bool = False, **additional) TimerWidget #
Creates a Timer for your dataApp. param title: String with the Timer title. It will be placed on top of the Timer. param every: Defines how often the Timer is executed in seconds. param start_delay: Defines a start delay for the Timer. param times: Defines the amount of cycles the Timer is repeated. param hidden: Should the timer be hidden? return Timer.