Validation Feedback
Feedback object that provides the ability to update on the rule validation process.
ValidationFeedback
Bases: QgsFeedback
Feedback object that provides the ability to update the rule validation process.
Source code in src/cplus_plugin/lib/validation/feedback.py
current_rule
property
writable
Gets the current rule info being executed.
Returns:
Type | Description |
---|---|
RuleInfo
|
Returns the current rule being executed or None if the feedback object has not been activated. |
is_validation_complete
property
Indicates whether the full validation (i.e. NOT rule validation) is complete.
Returns:
Type | Description |
---|---|
bool
|
True if the full validation is complete, else False. |
Last update:
November 25, 2024