Subprocess.getSuccessful

Checks if the process was "successful". A process is considered successful if it exited cleanly with an exit status of 0, either by way of the exit() system call or return from main().

It is an error to call this function before Subprocess.wait has returned.

class Subprocess
bool
getSuccessful
()

Return Value

Type: bool

TRUE if the process exited cleanly with a exit status of 0

Meta

Since

2.40