Class ResultState (1.12.0)

ResultState(value)

Types of ScanRun result state.

Values: RESULT_STATE_UNSPECIFIED (0): Default value. This value is returned when the ScanRun is not yet finished. SUCCESS (1): The scan finished without errors. ERROR (2): The scan finished with errors. KILLED (3): The scan was terminated by user.