launch.events.timer_event module
Module for TimerEvent event.
- class launch.events.timer_event.TimerEvent[source]
Bases:
EventEvent that fires when a TimerAction’s period expires.
- __init__(*, timer_action: TimerAction) None[source]
Create a TimerEvent.
- name = 'launch.events.TimerEvent'
- property timer_action: TimerAction
Getter for timer_action.