  | 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.libGr
    Assembly:
   libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic virtual SequenceBase GetCurrentlyExecutedSequenceBase()
Return Value
Type: 
SequenceBaseThe innermost sequence currently executed, or null if there is no such
See Also