Execution Events

Module

bonobo.execution.events

START

Event dispatched before execution starts.

STARTED

Event dispatched after execution starts.

TICK

Event dispatched while execution runs, on a regular basis (on each “tick”).

STOP

Event dispatched before execution stops.

STOPPED

Event dispatched after execution stops.

KILL

Event dispatched when execution is killed.

class ExecutionEvent(context)[source]

Bases: whistle.event.Event