Class CompilationState (0.1.0)

CompilationState(value)

The current compilation state of the rule.

Enums

Name Description
COMPILATION_STATE_UNSPECIFIED The compilation state is unspecified/unknown.
SUCCEEDED The Rule can successfully compile.
FAILED The Rule cannot successfully compile. This is possible if a backwards-incompatible change was made to the compiler.