View Source Membrane.RemoteControlled.Message.Terminated (Membrane Core v0.10.2)

Message sent when the pipeline gracefully terminates.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.RemoteControlled.Message.Terminated{
  from: pid(),
  reason: :normal | :shutdown | {:shutdown, any()} | term()
}