Reactor.Process.Dsl.ProcessExit (reactor_process v0.4.2)
View SourceThe process_exit
DSL entity for the Reactor.Process
DSL extension.
Summary
Types
@type t() :: %Reactor.Process.Dsl.ProcessExit{ __identifier__: any(), arguments: [Reactor.Dsl.Argument.t()], guards: [Reactor.Guard.Build.t()], name: any(), process: Reactor.Template.t(), reason: Reactor.Template.t(), timeout: timeout() | Reactor.Template.t(), wait_for_exit?: boolean() }