ScansHistoriesStatusLabel
No description
enum ScansHistoriesStatusLabel {
FAILED
PENDING
SUCCEEDED
}
Values​
ScansHistoriesStatusLabel.FAILED
​
The FAILED status indicates that a scan execution has been failed.
ScansHistoriesStatusLabel.PENDING
​
The PENDING state signifies that a scan execution is scheduled and pending to run.
ScansHistoriesStatusLabel.SUCCEEDED
​
The SUCCEEDED state indicates that a scan execution has been succeeded.