static enum RunningApplicationProcess.StopResult
The result of a stop(File, long) request.
| Enum constant | Description |
|---|---|
NOT_RUNNING |
No application started by run-app was running. |
STILL_RUNNING |
The application was found but had not stopped before the timeout elapsed. |
STOPPED |
The application was found and has stopped. |
| Modifiers | Name | Description |
|---|---|---|
static RunningApplicationProcess.StopResult |
MAX_VALUE |
|
static RunningApplicationProcess.StopResult |
MIN_VALUE |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
No application started by run-app was running.
The application was found but had not stopped before the timeout elapsed.
The application was found and has stopped.