LoadSnapshot: Load existing Data Snapshot

Tag: LoadSnapshot

LoadSnapshot loads existing Data Snapshot in the module.

image-20231023-193008.png

Tag Attributes

Attributes

Attribute Values

Value Description

KeepAlive

TRUE / FALSE

Defaults to FALSE

FilePath

Full file path of existing Snapshot file

The path file is absolute or relative to current script file location (missing or wrong extension will be forced to valid one with a warning).

Password

(entered by user)

ASCII only

Example Script

<LoadSnapshot FilePath="RSP2515.ytr_snap"  keepalive="true"/> <!-- Snapshot without password -->
<LoadSnapshot FilePath="RSP2515.ytr_snap"  Password="P@ssword!" keepalive="true"/> <!-- Snapshot with password -->