AnalysisOutputResponse Enumeration

Specifies how to continue with analysis.

Syntax Constants
Enum AnalysisOutputResponse
    scContinue = 0
    scCancel = 1
    scCancelAll = 2
End Enum
  • scContinue: Continue with the analysis.
  • scCancel: Cancel the current step of analysis.
  • scCancelAll: Cancel all following steps of analysis.