launch.events.execution_complete module

Module for ExecutionComplete event.

class launch.events.execution_complete.ExecutionComplete[source]

Bases: Event

Event that is emitted on action execution completion.

__init__(*, action: Action) None[source]

Create an ExecutionComplete event.

property action

Getter for action.

name = 'launch.events.ExecutionComplete'