Method Run
Run(bool, bool)
Run the RuleSet
Declaration
public void Run(bool forceSynchronous = true, bool enableUndo = true)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | forceSynchronous | Force execution on main thread. |
| bool | enableUndo | If true, register input modification and allow Undo/Redo. This is memory and time consuming. |