Module Running_processes.Process

The definition of a process, for now, a process within a process-group or a Docker container.

type kind = [
  1. | `Process_group
  2. | `Docker of Internal_pervasives.string
  3. | `Process_group_script of Internal_pervasives.string
]
val genspio : Internal_pervasives.string -> 'a Genspio.EDSL.t -> t