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¶ (Exited val | Signaled val)