| Modifier and Type | Field and Description | 
|---|---|
| static int | STATE_FAILEDIndicates that the import/export partition task has failed. | 
| static int | STATE_FINISHEDIndicates that the import/export partition task has succeeded. | 
| static int | STATE_NOT_STARTEDIndicates that the import/export partition task has not started. | 
| static int | STATE_STARTEDIndicates that the import/export partition task has begun. | 
| Modifier and Type | Method and Description | 
|---|---|
| Exception | getError()Returns the exception that describes why the task has failed. | 
| int | getState()Provides the current state of the task | 
getName, getParentAttribute, getParentService, getPath, getTypestatic final int STATE_NOT_STARTED
static final int STATE_STARTED
static final int STATE_FINISHED
static final int STATE_FAILED
int getState()
Provides the current state of the task
States are:
Exception getError()
Returns the exception that describes why the task has failed.