TriggerBucket.trigger#
- TriggerBucket.trigger(trigger_event=None)[source]
Check if the trigger should fire.
- Returns:
True if the trigger should fire, False otherwise.
- Return type:
bool
- Parameters:
trigger_event (EclypseEvent | None)
Check if the trigger should fire.
True if the trigger should fire, False otherwise.
bool
trigger_event (EclypseEvent | None)