Click or drag to resize
ContextMode Enumeration

Namespace: FlexRule.Procedural.Tasks
Assembly: FlexRule.Procedure (in FlexRule.Procedure.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public enum ContextMode
Members
  Member nameValueDescription
New0 Creates a new Context and uses this one for execution
Shared1 Uses the current context for execution and the new procedure after finishing the procedure execution, the current execution variable context (Only out variables) will be copied to the original one
See Also