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. |
rule_progress
property
writable
¶
Gets the current progress of the rule validation being executed.
Returns:
Type | Description |
---|---|
float
|
Percentage value between 0.0 and 100.0. |
Last update:
June 9, 2025