launch.events.process.process_started module

Module for ProcessStarted event.

class launch.events.process.process_started.ProcessStarted[source]

Bases: RunningProcessEvent

Event emitted when a process starts.

__init__(**kwargs)[source]

Create a ProcessStarted event.

Unmatched keyword arguments are passed to RunningProcessEvent, see it for details on those arguments.

name = 'launch.events.process.ProcessStarted'