Exceptions

class ProcessSignaledException(n: str)

Exception raised when process stopped for a certain reason

property n

Returns the signal number

Type

int

class ProcessExitedException(n: str)

Exception raised when process exited (exit or _exit)

property n

Returns the exit code

Type

int