Module: Nexpose::Scan::Status

Defined in:
lib/nexpose/scan.rb

Overview

Scan status constants. These are all the possible values which may be returned by a #scan_status call.

Constant Summary collapse

RUNNING =
'running'
FINISHED =
'finished'
ABORTED =
'aborted'
STOPPED =
'stopped'
ERROR =
'error'
PAUSED =
'paused'
DISPATCHED =
'dispatched'
UNKNOWN =
'unknown'
INTEGRATING =
'integrating'