ProcessExitStatus

[Source]

Representing possible exit states of processes. A process either exited with an exit code or, only on posix systems, has been terminated by a signal.

type ProcessExitStatus is
  (Exited val | Signaled val)

Type Alias For

© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/process-ProcessExitStatus