public interface ResourceGroupLifeCycleTaskStatus
All ResourceGroupLifeCycle tasks like shutdown return a TaskRuntimeMBean that can be queried for the status of the ongoing task. The status returned from TaskRuntime can be compared against constants defined in this interface.
TaskRuntimeMBean.getStatus()
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
COMPLETED |
The ResourceGroupLifeCycle task has completed successfully.
|
static java.lang.String |
FAILED |
The ResourceGroupLifeCycle task has failed.
|
static java.lang.String |
TASK_IN_PROGRESS |
The ResourceGroupLifeCycle task is in progress.
|
static final java.lang.String TASK_IN_PROGRESS
static final java.lang.String COMPLETED
static final java.lang.String FAILED
TaskRuntimeMBean.getError()
,
Constant Field Values