 | IActionExecutionEnvironmentFinished(IMatches, Boolean) Method |
Fires an OnFinished event.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid Finished(
IMatches matches,
bool special
)
Parameters
- matches IMatches
- The IMatches object returned by the matcher. The elements may be invalid.
- special Boolean
- Whether this is a 'special' match (user defined).
See Also