Click or drag to resize

IActionExecutionEnvironmentFinished Method (IMatches, Boolean)

Fires an OnFinished event.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Finished(
	IMatches[] matches,
	bool[] special
)

Parameters

matches
Type: de.unika.ipd.grGen.libGrIMatches
The IMatches objects returned by the matchers of the actions (of the multi-rule application). The matched elements may be invalid.
special
Type: SystemBoolean
Whether this is a 'special' match (user defined) (per action).
See Also