public enum ScanStatus extends java.lang.Enum<ScanStatus>
| Enum Constant and Description |
|---|
CANCELLED |
COMPLETED |
FAILED |
RUNNING |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static ScanStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScanStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanStatus WAITING
public static final ScanStatus RUNNING
public static final ScanStatus CANCELLED
public static final ScanStatus COMPLETED
public static final ScanStatus FAILED
public static ScanStatus[] values()
public static ScanStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2022 Contrast Security, Inc.. All rights reserved.