LoadFreezePoint: Load existing Freeze Point data

Tag: LoadFreezePoint

LoadFreezePoint loads existing freeze point with the data in the module.

image-20250714-193404.png

Tag Attributes

Attributes

Attribute Values

Value Description

KeepAlive

TRUE / FALSE

Defaults to FALSE

FilePath

Full file path of existing restore point 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

<LoadFreezePoint FilePath="RSP2515.ytr_rest"  keepalive="true"/> <!-- Freeze point without password -->
<LoadFreezePoint FilePath="RSP2515.ytr_rest"  Password="P@ssword!" keepalive="true"/> <!-- Freeze point with password -->