| ContextMode Enumeration |
Namespace: FlexRule.Procedural.Tasks
public enum ContextMode
| Member name | Value | Description | |
|---|---|---|---|
| New | 0 | Creates a new Context and uses this one for execution | |
| Shared | 1 | 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 |