@ProviderType
public interface ExitStatus
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Returns a value representing the exit status of a command or process
|
boolean |
isSuccessful()
Returns if a command or process is successful
|
int getExitCode()
boolean isSuccessful()