AnalysisControl enum class

The C++ Build Insights SDK is compatible with Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio Version selector control for this article to Visual Studio 2017 or later. It's found at the top of the table of contents on this page.

The AnalysisControl enum class is used control the flow of an analysis or relogging session. Return an AnalysisControl code from an IAnalyzer or IRelogger member function to control what should happen next.

Members

Name Description
BLOCK Prevents the current event from propagating further in the analyzer or relogger group.
CANCEL Cancel the current analysis or relogging session.
CONTINUE Continue the current analysis or relogging session normally. Propagate the current event to the next analyzer or relogger group member.
FAILURE Cancel the current analysis or relogging session and signal an error.