| Modifier and Type | Field and Description | 
|---|---|
static int | 
STATE_FAILED
Indicates that the import/export partition task has failed. 
 | 
static int | 
STATE_FINISHED
Indicates that the import/export partition task has succeeded. 
 | 
static int | 
STATE_NOT_STARTED
Indicates that the import/export partition task has not started. 
 | 
static int | 
STATE_STARTED
Indicates 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.