public static interface Protos.CheckStatusInfo.CommandOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Exit code of a command check.
|
boolean |
hasExitCode()
Exit code of a command check.
|
boolean hasExitCode()
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
optional int32 exit_code = 1;int getExitCode()
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
optional int32 exit_code = 1;