SnapshotRestoreStartedEventΒΆ
Class SnapshotRestoreStartedEvent
Hierarchy (View Summary)
- WebVisEvent
- SnapshotRestoreStartedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
snapshot ID
snapshotID: number
The ID of the snapshot that is being restored.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
Optionaltransaction ID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
Event that is fired when the restoration of a snapshot starts.
This event is triggered at the beginning of the snapshot restoration process. It provides the ID of the snapshot being restored, allowing listeners to react to the start of the restoration.
Use Case
Use this event to track the start of a snapshot restoration process. This can be useful for displaying loading indicators, preparing the application for the restoration workflow, or logging restoration attempts.
See