package mdx

  1. Overview
  2. Docs
val wait : pid:int -> int

Wait for the given process and return an exit code. Exit code is the same as the child process if it exits normally, or 255 otherwise.