SnapshotCreationStartedEventΒΆ

Class SnapshotCreationStartedEvent

Event that is fired when the creation of a snapshot starts.

This event is triggered at the beginning of the snapshot creation process, allowing listeners to react to the start of the operation.

Use this event to track the start of a snapshot creation process. This can be useful for displaying loading indicators or preparing the application for the snapshot creation workflow.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.




Was this page helpful? Please leave a thumbs up or down.