Click or drag to resize
ICurrentDebuggingState Interface
Information on the current element that has debug="true" parameter

Namespace: FlexRule.Diagnostics
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ICurrentDebuggingState

The ICurrentDebuggingState type exposes the following members.

Properties
  NameDescription
Public propertyActiveElement
The current element that is about to run
Public propertyContext
The current execution context
Public propertyEngine
The current logic that is running
Public propertyValues
The current parameters values
Top
See Also