Method Run
Run(bool, bool)
Run the RuleSet. Obsolete for asynchronous execution, use the RuleBatcher class instead.
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. |