public interface Status
Modifier and Type | Field and Description |
---|---|
static int |
ST_CANCELLED |
static int |
ST_ERROR |
static int |
ST_NEW |
static int |
ST_RUNNING |
static int |
ST_SUSPENDED |
static int |
ST_WAITING |
static final int ST_NEW
static final int ST_RUNNING
static final int ST_WAITING
static final int ST_SUSPENDED
static final int ST_CANCELLED
static final int ST_ERROR