Class ResultState (1.14.4)

ResultState(value)

Types of ScanRun result state.

Enums

Name Description
RESULT_STATE_UNSPECIFIED Default value. This value is returned when the ScanRun is not yet finished.
SUCCESS The scan finished without errors.
ERROR The scan finished with errors.
KILLED The scan was terminated by user.