launch.events.timer_event module

Module for TimerEvent event.

class launch.events.timer_event.TimerEvent[source]

Bases: Event

Event that fires when a TimerAction’s period expires.

__init__(*, timer_action: TimerAction) None[source]

Create a TimerEvent.

name = 'launch.events.TimerEvent'
property timer_action

Getter for timer_action.