 | SequenceBaseGetCurrentlyExecutedSequenceBase Method |
Returns the innermost sequence base beneath this as root
which gets currently executed (for sequences on call stack this is the call).
A path in the sequence tree gets executed, the innermost is the important one.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic virtual SequenceBase GetCurrentlyExecutedSequenceBase()
Return Value
SequenceBaseThe innermost sequence currently executed, or null if there is no such
See Also