[#PackageValidationState-IsInvalid] = xref:PackageValidationState.adoc[PackageValidationState]::IsInvalid :relfileprefix: ../ :mrdocs: Returns true if the state was marked invalid by a consensus or policy rule. == Synopsis Declared in `<consensus/validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsInvalid() const; ---- == Return Value true if the state is in the invalid mode. [.small]#Created with https://www.mrdocs.com[MrDocs]#