Click or drag to resize
IActionExecutionContext Interface
Inferencing execution context.

Namespace: FlexRule.Validation.Agenda
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IActionExecutionContext

The IActionExecutionContext type exposes the following members.

Methods
  NameDescription
Public methodHalt
Halts rules execution. The engine continues execution of the current production and exists the execution cycle.
Top
See Also