public interface StateProcess
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
FINISHED |
static int |
PAUSED |
static int |
RAW |
static int |
READY |
static int |
RUNNING |
Modifier and Type | Method and Description |
---|---|
int |
getProcessState() |
boolean |
isFinished() |
static final int RAW
static final int READY
static final int RUNNING
static final int PAUSED
static final int FINISHED
static final int ERROR
Copyright © 2013. All Rights Reserved.