![]() | IActionApplyStar Method |
Name | Description | |
---|---|---|
![]() | ApplyStar(IActionExecutionEnvironment) |
Applies this rule to the given processing environment/its current graph as often as possible.
Only applicable for parameterless rules. Shows better performance than the normal ApplyStar called without parameters.
No Matched/Finished events are triggered by this function (needed for visual debugging).
|
![]() | ApplyStar(IActionExecutionEnvironment, Object) |
Applies this rule to the given processing environment/its current graph as often as possible.
No Matched/Finished events are triggered by this function (needed for visual debugging).
The null parameter check is omitted also.
|