Reactor.Process.Dsl.ProcessExit (reactor_process v0.4.2)

View Source

The process_exit DSL entity for the Reactor.Process DSL extension.

Summary

Types

t()

@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()
}