Skip to main content

Module lifecycle

Module lifecycle 

Source
Expand description

Run and step lifecycle: RUN_* and STEP_*.

Structsยง

RunErrorEvent
The run failed. No further events follow.
RunFinishedEvent
The last event of a run that did not error.
RunStartedEvent
The first event of every run.
StepFinishedEvent
Closes a named step.
StepStartedEvent
Opens a named step within a run.