public interface ProcessControl
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCESS_ENDED |
static int |
PROCESS_RUNNING |
static int |
PROCESS_STOPPED |
| Modifier and Type | Method and Description |
|---|---|
void |
endProcess() |
int |
getStatus() |
void |
startProcess() |
void |
stopProcess() |
static final int PROCESS_RUNNING
static final int PROCESS_STOPPED
static final int PROCESS_ENDED
Copyright © 2019 SMYLD. All rights reserved.