Close Session
Attempts to close the specified session.
The session can be identified by:
- ID, which is set by a previous action
- Code
- Code + Parent ID
If none of the fields is specified, Close Session attempts to close the current session.
It may cause InstructionException if the specified session is unknown.
Fields in the editor
- ID
- The ID of the session. The ID is set, for example, by a Start Session.
- Code
- The session code.
- Parent ID
- The ID of the parent session (optional).