Property enabled
enabled
Whether this Target Evaluator is enabled. Enabled evaluators are processed by its filter, disabled evaluators are not.
Declaration
public bool enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
You cannot disable an evaluator while its filter is processing. If the evaluator becomes enabled while the filter is processing, it'll only participate from the next filtering process.