public static final class ScanRun.RUN_STATUS
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static ScanRun.RUN_STATUS |
COMPLETED |
static ScanRun.RUN_STATUS |
COMPLETED_WITH_ERRORS |
static ScanRun.RUN_STATUS |
COMPLETED_WITH_WARNINGS |
static ScanRun.RUN_STATUS |
FAILED |
static ScanRun.RUN_STATUS |
IN_PROGRESS |
static ScanRun.RUN_STATUS |
INTERRUPTED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static ScanRun.RUN_STATUS |
valueOf(java.lang.String name) |
static ScanRun.RUN_STATUS[] |
values() |
public static final ScanRun.RUN_STATUS IN_PROGRESS
public static final ScanRun.RUN_STATUS COMPLETED
public static final ScanRun.RUN_STATUS COMPLETED_WITH_ERRORS
public static final ScanRun.RUN_STATUS COMPLETED_WITH_WARNINGS
public static final ScanRun.RUN_STATUS INTERRUPTED
public static final ScanRun.RUN_STATUS FAILED
public static ScanRun.RUN_STATUS[] values()
public static ScanRun.RUN_STATUS valueOf(java.lang.String name)
public java.lang.String getId()