public static class Service.CurrentState
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static Service.CurrentState |
CONTINUE_PENDING |
static Service.CurrentState |
PAUSE_PENDING |
static Service.CurrentState |
PAUSED |
static Service.CurrentState |
RUNNING |
static Service.CurrentState |
START_PENDING |
static Service.CurrentState |
STOP_PENDING |
static Service.CurrentState |
STOPPED |
public static final Service.CurrentState STOPPED
public static final Service.CurrentState START_PENDING
public static final Service.CurrentState STOP_PENDING
public static final Service.CurrentState RUNNING
public static final Service.CurrentState CONTINUE_PENDING
public static final Service.CurrentState PAUSE_PENDING
public static final Service.CurrentState PAUSED