ReloadWindowViewer() function
- Last UpdatedApr 17, 2025
- 1 minute read
Dynamically updates WindowViewer with the updated NAD Repository application without any interruption in service.
Category
system
Syntax
ReloadWindowViewer();
Allows the user control over reloading WindowViewer.
Remarks
Use this function to update an application when the automatic update Network Application Development (NAD) functions are not used.
Use the $ApplicationChanged system tag to determine when a NAD update has occurred.
You use the Notify Clients command to initiate a NAD update. However, the operator may want to delay the update until a later time. You can use this function with a button action script so that the operator can reload the application in WindowViewer when it is convenient.
See Also
$ApplicationChanged