Click or drag to resize

IiLogicAutomationExitDelayedRuleRunningMode Method

Exit delayed rule-running mode. Run all rules that were triggered by parameter changes or other events while in delayed rule-running mode (unless the parameter RunRules is False). Rules within each document will be run in the order in which they are found in the document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub ExitDelayedRuleRunningMode ( 
	Optional RunRules As Boolean = true
)

Parameters

RunRules (Optional)
Type: SystemBoolean
Set this to False to prevent the triggered rules from running.
See Also