Marks a state in the execution of a Wrapl function that can be restarted.
Calling an instance of ExecT will restart execution at the state stored in it.
Adds an existing scope to the global scopes of session.
This code needs to be fixed, since scopes are stored in a linked list, and adding more than one scope to multiple sessions will not work correctly.