public class ExecutedProcessImpl extends Object implements ExecutedProcess
| Constructor and Description |
|---|
ExecutedProcessImpl(int returnCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
returnCode() |
static <R extends RunningProcess> |
stop(R r) |
String |
toString() |
public int returnCode()
returnCode in interface ExecutedProcesspublic static <R extends RunningProcess> ExecutedProcess stop(R r)
Copyright © 2025. All rights reserved.