Represents how a process exited.

Properties

code:Int

Exit code of the process. Non-zero values usually indicate an error. Specific meanings of exit codes differ from program to program.

signal:Int

Signal that cause the process to exit, or zero if none.