public static final class OdiLoadPlanInstanceRun.Status
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static OdiLoadPlanInstanceRun.Status | 
DONE  | 
static OdiLoadPlanInstanceRun.Status | 
DONE_IN_PREVIOUS_EXECUTION
This status defines the fact that the step was already executed and reached a status done in a previous run. 
It means the current step has not been executed in this run because it's already been a success and hasn't been restarted.  | 
static OdiLoadPlanInstanceRun.Status | 
ERROR  | 
static OdiLoadPlanInstanceRun.Status | 
RUNNING  | 
static OdiLoadPlanInstanceRun.Status | 
WAITING  | 
static OdiLoadPlanInstanceRun.Status | 
WARNING  | 
| Modifier and Type | Method and Description | 
|---|---|
static OdiLoadPlanInstanceRun.Status | 
valueOf(java.lang.String name)  | 
static OdiLoadPlanInstanceRun.Status[] | 
values()  | 
public static final OdiLoadPlanInstanceRun.Status DONE
public static final OdiLoadPlanInstanceRun.Status ERROR
public static final OdiLoadPlanInstanceRun.Status WARNING
public static final OdiLoadPlanInstanceRun.Status RUNNING
public static final OdiLoadPlanInstanceRun.Status WAITING
public static final OdiLoadPlanInstanceRun.Status DONE_IN_PREVIOUS_EXECUTION
public static OdiLoadPlanInstanceRun.Status[] values()
public static OdiLoadPlanInstanceRun.Status valueOf(java.lang.String name)