Event that is fired when a snapshot has been restored.
This event is triggered whenever a snapshot is successfully restored in the session.
It provides the ID of the restored snapshot and the settings used during the restoration process,
allowing listeners to react to the restoration.
Use Case
Use this event to monitor when a snapshot is restored. This can be useful for updating the UI,
reloading specific components, or applying additional logic based on the restored snapshot.
Event that is fired when a snapshot has been restored.
This event is triggered whenever a snapshot is successfully restored in the session. It provides the ID of the restored snapshot and the settings used during the restoration process, allowing listeners to react to the restoration.
Use Case
Use this event to monitor when a snapshot is restored. This can be useful for updating the UI, reloading specific components, or applying additional logic based on the restored snapshot.
See