os.WEXITSTATUS(status)
If WIFEXITED(status)
is true, return the integer parameter to the exit(2) system call. Otherwise, the return value is meaningless.
Availability: Unix.
os.WEXITSTATUS(status)
If WIFEXITED(status)
is true, return the integer parameter to the exit(2) system call. Otherwise, the return value is meaningless.
Availability: Unix.
Please login to continue.