Click or drag to resize
IExecutableModelOnRunning Property
A hook to allow configuration on ExecutorSetupInformation or IActiveElementExecutionContext. Or you can handle ActiveElementEngine events.

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Action<IActiveElementEngine> OnRunning { set; }

Property Value

Type: ActionIActiveElementEngine
See Also