resultState property

String? resultState
getter/setter pair

The result state of the ScanRun.

This field is only available after the execution state reaches "FINISHED".

Output only. Possible string values are:

  • "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.

Implementation

core.String? resultState;