ConditionResult#
- class ConditionResult[source]#
Contain result of a condition function.
- Parameters
- categoryConditionCategory
The category to which the condition result belongs.
- detailsstr
What actually happened in the condition.
- __init__(category: ConditionCategory, details: str = '')[source]#
- __new__(*args, **kwargs)#
Attributes
Return priority of the current condition. |
|
Methods
Return icon of the result to display. |
|
|
Return true if the condition has passed. |
|
Set name to be displayed in table. |