List of events that will be raised during execution of logic documents
Namespace: FlexRule.EventsAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax[FlagsAttribute]
public enum EventNames
Members
| Member name | Value | Description |
---|
| CriteriaEvaluated | 1 |
The logic of a rule is evaluated
|
| RanActions | 2 |
The Action of a rule is executed because the criteria are met
|
| RanAlternateActions | 4 |
The Action of a rule is executed because the criteria are not met
|
| ConditionEvaluated | 8 |
Condition of a rule is evaluated
|
| RunningReferencedLogic | 16 |
Referenced logic of higher level is about to run
|
| RanReferencedLogic | 32 |
Logic document run has finished
|
| CriteriaEvaluating | 64 |
Before criteria of a rule is being evaluated
|
| All | 127 |
All events
|
See Also