Module Process.Status

module Status: sig .. end

type t = [ `Exited of int
| `Signaled of Core.Std.Signal.t
| `Timeout of Core.Time.Span.t ]
val to_string : t -> string
val sexp_of_t : t -> Sexplib.Sexp.t