Click or drag to resize
ProcedureEngine Class
Execution engine for RuleProcedure object
Inheritance Hierarchy

Namespace: FlexRule.Procedural
Assembly: FlexRule.Procedure (in FlexRule.Procedure.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public sealed class ProcedureEngine : ActiveElementEngine

The ProcedureEngine type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContext (Inherited from ActiveElementEngine.)
Public propertyControlledMode
When set to true, executor waits on each element and Next must be called
(Inherited from ActiveElementEngine.)
Public propertyElapsed
Execution elapsed amount
(Inherited from ActiveElementEngine.)
Public propertyExecutorSetup (Inherited from ActiveElementEngine.)
Public propertyIsRunning
If engine still is running true, otherwise false.
(Inherited from ActiveElementEngine.)
Public propertyNotifications
The notification of the engine to store all the notices
(Inherited from ActiveElementEngine.)
Top
Methods
Events
Extension Methods
See Also