public final class Status
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static Status | 
DONE
The status for succeeded execution. 
 | 
static Status | 
ERROR
The status for failed execution. 
 | 
static Status | 
QUEUED
The status for queued execution. 
 | 
static Status | 
RUNNING
The status for running execution. 
 | 
static Status | 
WAITING
The status for waiting execution. 
 | 
static Status | 
WARNING
The status for execution finished with warnings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Status | 
valueOf(java.lang.String name)  | 
static Status[] | 
values()  | 
public static final Status WAITING
public static final Status ERROR
public static final Status RUNNING
public static final Status DONE
public static final Status WARNING
public static final Status QUEUED