public class ExitCodeRetryable extends Object
| Constructor and Description |
|---|
ExitCodeRetryable(org.jodconverter.office.VerboseProcess process)
Creates a new instance of the class for the specified process.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attempt() |
void |
execute(long arg0,
long arg1) |
int |
getExitCode()
The exit code of the process.
|
public ExitCodeRetryable(org.jodconverter.office.VerboseProcess process)
process - The process whose exit code is to be retrieved.