Session
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Deletes a named checkpoint, allowing it to be garbage collected if it is no longer accessible.
Deletes a named checkpoint, allowing it to be garbage collected if it is no longer accessible.
Attributes
The current stack of frames
The current stack of frames
Attributes
Discards the last frames, effectively reverting your session to the last save-ed checkpoint. If a name is provided, it instead reverts your session to the checkpoint with that name.
Discards the last frames, effectively reverting your session to the last save-ed checkpoint. If a name is provided, it instead reverts your session to the checkpoint with that name.
Attributes
Resets you to the last save point. If you pass in num, it resets you to that many savepoints since the last one.
Resets you to the last save point. If you pass in num, it resets you to that many savepoints since the last one.
Attributes
Checkpoints your current work, placing all future work into its own frames. If a name is provided, it can be used to quickly recover that checkpoint later.
Checkpoints your current work, placing all future work into its own frames. If a name is provided, it can be used to quickly recover that checkpoint later.